File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ PKG_VER=3.4.0
22SRC_URL=https://downloads.sourceforge.net/freeglut/freeglut-$PKG_VER .tar.gz
33CMAKE_ARGS=" -DANDROID=OFF -DCMAKE_LIBRARY_PATH=$PREFIX_DIR /lib"
44CFLAGS=" -I$PREFIX_DIR /include"
5- LDFLAGS=" -L$PREFIX_DIR /lib -lGL"
6- DEPENDENCIES=" libX11 libXi libXrandr libXxf86vm GLU"
5+ LDFLAGS=" -L$PREFIX_DIR /lib -lGL -landroid-shmem "
6+ DEPENDENCIES=" libX11 libXi libXrandr libXxf86vm GLU android-shmem "
Original file line number Diff line number Diff line change 11PKG_VER=1.8.9
22SRC_URL=https://xorg.freedesktop.org/releases/individual/lib/libX11-$PKG_VER .tar.xz
33CONFIGURE_ARGS=" --host=$TOOLCHAIN_TRIPLE host_alias=$TOOLCHAIN_TRIPLE --enable-malloc0returnsnull"
4- DEPENDENCIES=" xorgproto libxcb xtrans xorg-utils-macros"
4+ LDFLAGS=" -L$PREFIX /lib -landroid-shmem"
5+ DEPENDENCIES=" xorgproto libxcb xtrans xorg-utils-macros android-shmem"
Original file line number Diff line number Diff line change 11PKG_VER=1.22.0
22SRC_URL=https://nlnetlabs.nl/downloads/unbound/unbound-$PKG_VER .tar.gz
33CONFIGURE_ARGS=" --host=$TOOLCHAIN_TRIPLE host_alias=$TOOLCHAIN_TRIPLE ac_cv_func_chown=no ac_cv_func_chroot=no ac_cv_func_getpwnam=no --enable-event-api --enable-ipsecmod --enable-linux-ip-local-port-range --enable-tfo-server --with-libevent=$PREFIX_DIR --with-libexpat=$PREFIX_DIR --without-libhiredis --without-libmnl --without-pyunbound --without-pythonmodule --with-libnghttp2=$PREFIX_DIR --with-ssl=$PREFIX_DIR --with-pidfile=$PREFIX_DIR /var/run/unbound.pid --with-username= --with-libunbound-only --enable-static=no"
4- DEPENDENCIES=" openssl libevent libghttp libexpat"
4+ LDFLAGS=" -L$PREFIX /lib -landroid-shmem"
5+ DEPENDENCIES=" openssl libevent libghttp libexpat android-shmem"
You can’t perform that action at this time.
0 commit comments