Browse Source

Fix aarch64 deb package

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

6
packages/debian/configure

@ -1697,7 +1697,11 @@ else
EXTRA_DEPS=""
LIBRRD=""
else
EXTN="i386"
if test $MACHINE = "aarch64"; then
EXTN="arm64"
else
EXTN="i386"
fi
fi
fi
fi

Loading…
Cancel
Save