mirror of https://github.com/aria2/aria2
Remove useless --with-*-prefix from andrond-config
parent
ce36021447
commit
c1417f08ce
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue