- --target=$(GNU_TARGET_NAME) \
- --host=$(GNU_TARGET_NAME) \
- --build=$(GNU_HOST_NAME) \
- --disable-largefile\
- --disable-formhist\
- --disable-mailcap\
- --disable-data\
- --disable-uri-rewrite\
- --enable-256-colors\
- --disable-backtrace\
- --enable-small\
- --without-spidermonkey\
- --without-x\
- --disable-ipv6 \
- $(DISABLE_NLS) \
+ --target=$(GNU_TARGET_NAME) \
+ --host=$(GNU_TARGET_NAME) \
+ --build=$(GNU_HOST_NAME) \
+ --program-prefix="" \
+ --program-suffix="" \
+ --prefix=/usr \
+ --exec-prefix=/usr \
+ --bindir=/usr/bin \
+ --datadir=/usr/share \
+ --includedir=/usr/include \
+ --infodir=/usr/share/info \
+ --libdir=/usr/lib \
+ --libexecdir=/usr/lib \
+ --localstatedir=/var \
+ --mandir=/usr/share/man \
+ --sbindir=/usr/sbin \
+ --sysconfdir=/etc \
+ $(DISABLE_LARGEFILE) \
+ $(DISABLE_NLS) \
+ --enable-small\
+ --enable-256-colors\
+ --disable-backtrace\
+ --disable-data\
+ --disable-formhist\
+ --disable-leds \
+ --disable-mailcap\
+ --disable-mouse \
+ --disable-smb \
+ --disable-uri-rewrite\
+ --disable-xbel \
+ --without-bzlib \
+ --without-gpm \
+ --without-idn \
+ --without-gnutls \
+ --without-libiconv \
+ --without-lua \
+ --with-openssl="$(STAGING_DIR)/usr" \
+ --without-spidermonkey\
+ --without-x\
+ --without-zlib \
+ --disable-ipv6 \