Explorar o código

Remove useless --with-*-prefix from andrond-config

Tatsuhiro Tsujikawa %!s(int64=10) %!d(string=hai) anos
pai
achega
c1417f08ce
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      android-config

+ 4 - 4
android-config

@@ -44,12 +44,12 @@ PATH=$TOOLCHAIN/bin:$PATH
     --build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
     --disable-nls \
     --without-gnutls \
-    --with-openssl --with-openssl-prefix=$PREFIX \
+    --with-openssl \
     --without-sqlite3 \
     --without-libxml2 \
-    --with-libexpat --with-libexpat-prefix=$PREFIX \
-    --with-libcares --with-libcares-prefix=$PREFIX \
-    --with-libz --with-libz-prefix=$PREFIX \
+    --with-libexpat \
+    --with-libcares \
+    --with-libz \
     --with-libssh2 \
     CXXFLAGS="-Os -g" \
     CFLAGS="-Os -g" \