Package: wget
Version: 1.10.2
Severity: minor
Tags: patch

When compiling wget-1.10.2 there is no -O2 compile flag (well there is no
optimisation flag at all). This might be important for slower architectures.
Please enable the -O2 compile flag. Thanks!

proposed fix:
--- wget-1.10.2.orig/debian/rules        2007-03-19 13:53:26.000000000 +0200
+++ wget-1.10.2/debian/rules     2007-03-19 13:57:39.000000000 +0200
@@ -13,7 +13,7 @@
        dh_testdir
        # Add here commands to configure the package.
        #CFLAGS="$$CFLAGS -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -g -Wall"
./configure
-       CFLAGS="$$CFLAGS -D_FILE_OFFSET_BITS=64 -g -Wall" ./configure \
+       CFLAGS="$$CFLAGS -D_FILE_OFFSET_BITS=64 -O2 -g -Wall" ./configure \
                        --prefix=/usr \
                        --mandir=\$${prefix}/share/man \
                        --infodir=\$${prefix}/share/info \


---
Scarlet ADSL Unlimited - Only 24,95 euro per month.
Max download Speed up to 6 Mbps, download volume of 30 GB. Order now...


Reply via email to