This patch enables POSIX threading in wget and disables debug hence
making a smaller binary.
Tested and working.


Index : feeds/packages/net/wget/Makefile
===================================================================
--- feeds/packages/net/wget/Makefile    (revision 37381)
+++ feeds/packages/net/wget/Makefile    (working copy)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2007-2011 OpenWrt.org
+# Copyright (C) 2007-2013 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -63,7 +63,9 @@ endef

 CONFIGURE_ARGS+= \
        --disable-rpath \
-       --disable-iri
+       --disable-iri \
+       --disable-debug \
+       --enable-threads=posix  \

 CONFIGURE_VARS += \
        ac_cv_header_uuid_uuid_h=no
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Reply via email to