qt qtbase: set MAKE variable to bypass detection

This commit is contained in:
Tony Theodore 2019-10-15 18:21:47 +11:00
parent 8b37d8378e
commit fba69d2005
2 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ define $(PKG)_BUILD
PSQL_LIBS="-lpq -lsecur32 `'$(TARGET)-pkg-config' --libs-only-l openssl pthreads` -lws2_32" \
SYBASE_LIBS="-lsybdb `'$(TARGET)-pkg-config' --libs-only-l openssl` -liconv -lws2_32" \
CXXFLAGS="-std=gnu++98" \
MAKE=$(MAKE) \
./configure \
-opensource \
-confirm-license \

View File

@ -30,6 +30,7 @@ define $(PKG)_BUILD
PKG_CONFIG="${TARGET}-pkg-config" \
PKG_CONFIG_SYSROOT_DIR="/" \
PKG_CONFIG_LIBDIR="$(PREFIX)/$(TARGET)/lib/pkgconfig" \
MAKE=$(MAKE) \
./configure \
-opensource \
-confirm-license \