nss: use 64-bit host includes

This commit is contained in:
MilhouseVH 2017-10-18 19:42:55 +01:00
parent 6cadc2e38b
commit d36d7f6ccc

View File

@ -36,9 +36,7 @@ MAKEFLAGS=-j1
make_host() {
cd $PKG_BUILD/nss
[ "$TARGET_ARCH" = "x86_64" ] && export USE_64=1
make -C coreconf/nsinstall
make USE_64=1 -C coreconf/nsinstall
}
makeinstall_host() {