Browse Source

Fix aarch64 deb package

Fixes #108
2.4-stable
emanuele-f 5 years ago
parent
commit
ca407f42af
  1. 4
      packages/debian/configure

4
packages/debian/configure

@ -1696,11 +1696,15 @@ else
EXTN="mips"
EXTRA_DEPS=""
LIBRRD=""
else
if test $MACHINE = "aarch64"; then
EXTN="arm64"
else
EXTN="i386"
fi
fi
fi
fi
APP=n2n
N2N_VERS=`grep N2N_VERSION ../../Makefile | head -1| cut -d "=" -f 2`

Loading…
Cancel
Save