Skip to content

Commit

Permalink
ARM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Sep 23, 2024
1 parent 8623b7b commit 8540ff6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package/ubuntu/configure
Original file line number Diff line number Diff line change
Expand Up @@ -1752,13 +1752,13 @@ PRE_BUILD_EXAMPLES="pre-build-examples"
PRE_DEP="pre"
if test $MACHINE = "x86_64"; then
EXTN="amd64"
elif test $MACHINE = "aarch64"; then
EXTN="arm64"
elif test $MACHINE = "i686"; then
EXTN="i386"
else
if test $MACHINE = "i686"; then
EXTN="i386"
else
PRE_DEP=""
PRE_BUILD_EXAMPLES=""
fi
fi

if test -d $HOME/nDPI ; then
Expand Down
8 changes: 4 additions & 4 deletions package/ubuntu/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ PRE_BUILD_EXAMPLES="pre-build-examples"
PRE_DEP="pre"
if test $MACHINE = "x86_64"; then
EXTN="amd64"
elif test $MACHINE = "aarch64"; then
EXTN="arm64"
elif test $MACHINE = "i686"; then
EXTN="i386"
else
if test $MACHINE = "i686"; then
EXTN="i386"
else
PRE_DEP=""
PRE_BUILD_EXAMPLES=""
fi
fi

if [ test -d $HOME/nDPI ]; then
Expand Down

0 comments on commit 8540ff6

Please sign in to comment.