]> git.pld-linux.org Git - packages/upx.git/commitdiff
- 1.24 RA-1_0 STABLE upx-1_24-1
authorareq <areq@pld-linux.org>
Thu, 14 Nov 2002 07:28:36 +0000 (07:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    upx-opt.patch -> 1.3

upx-opt.patch

index 5d0351c0bac7d576086dd97ea12bc7f3484dee85..a94ce3959d0e107015c8240f36b62ae8be265126 100644 (file)
@@ -1,18 +1,11 @@
-diff -Nur upx-1.20.orig/src/Makefile upx-1.20/src/Makefile
---- upx-1.20.orig/src/Makefile Wed May 23 16:56:13 2001
-+++ upx-1.20/src/Makefile      Sat Jul  7 05:05:59 2001
-@@ -111,12 +111,12 @@
- CFLAGS_WERROR =
- CFLAGS_W  = $(CFLAGS_WERROR)
- CFLAGS_W += -Wall -W -Wcast-align -Wcast-qual -Wmissing-declarations -Wmissing-prototypes -Wshadow -Wwrite-strings
--CFLAGS_M  =
-+CFLAGS_M  = -march=i386
- ##CFLAGS_M += -fno-builtin
+--- upx-1.24/src/Makefile.orig Thu Nov 14 08:22:28 2002
++++ upx-1.24/src/Makefile      Thu Nov 14 08:23:19 2002
+@@ -134,7 +134,7 @@
  ##CFLAGS_M += -malign-functions=0 -malign-jumps=0 -malign-loops=0
  ##CFLAGS_O  = -Os -fstrict-aliasing
  ##CFLAGS_O  = -O2 -fstrict-aliasing
 -CFLAGS_O  = -O2 -fno-strict-aliasing
 +#CFLAGS_O  = -O2 -fno-strict-aliasing
  
- CFLAGS    = $(CFLAGS_W) $(CFLAGS_M) $(CFLAGS_O)
+ CFLAGS    = -DWITH_UCL $(CFLAGS_W) $(CFLAGS_M) $(CFLAGS_O)
  CXXFLAGS  = $(CFLAGS) -Wsynth -fconserve-space
This page took 0.054445 seconds and 4 git commands to generate.