changeset 2802:6a8438dd88cd

package wget: remove non-options
author Mark Brand <mabrand@mabrand.nl>
date Thu, 11 Oct 2012 13:27:17 +0200
parents e5aad248555b
children bd0fe0e0dac1
files src/wget.mk
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/wget.mk	Thu Oct 11 10:24:25 2012 +0200
+++ b/src/wget.mk	Thu Oct 11 13:27:17 2012 +0200
@@ -21,8 +21,6 @@
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --build="`config.guess`" \
-        --enable-static \
-        --disable-shared \
         --prefix='$(PREFIX)/$(TARGET)' \
         --with-ssl=gnutls
     $(MAKE) -C '$(1)' -j '$(JOBS)' install