Skip to content

Commit

Permalink
Remove useless --with-*-prefix from andrond-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed May 16, 2015
1 parent ce36021 commit c1417f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android-config
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit c1417f0

Please sign in to comment.