From 9dd2edc0fafe80914783db4a2f35c88819783578 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 21 Oct 2010 17:43:41 +0200 Subject: [PATCH] wget: remove unneeded configure options Signed-off-by: Stephan Raue --- packages/web/wget/build | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/web/wget/build b/packages/web/wget/build index e775aadbf1..71661bfb77 100755 --- a/packages/web/wget/build +++ b/packages/web/wget/build @@ -6,8 +6,6 @@ cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ --prefix=/usr \ - --disable-static \ - --enable-shared \ --disable-debug \ make