]> git.pld-linux.org Git - packages/axel.git/commitdiff
-patch for 0.97 - change same CFLAGS
authorMarcin Kierus <marcin.kierus@gmail.com>
Thu, 25 Oct 2001 08:25:57 +0000 (08:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    axel-opt.patch -> 1.1

axel-opt.patch [new file with mode: 0644]

diff --git a/axel-opt.patch b/axel-opt.patch
new file mode 100644 (file)
index 0000000..f53e357
--- /dev/null
@@ -0,0 +1,14 @@
+diff -Nur axel-0.97.orig/Makefile axel-0.97/Makefile
+--- axel-0.97.orig/Makefile    Mon Oct 22 13:42:20 2001
++++ axel-0.97/Makefile Thu Oct 25 10:17:48 2001
+@@ -15,6 +15,10 @@
+ CFLAGS = -O3
+ endif
++ifdef RPMCFLAGS
++CFLAGS += $(RPMCFLAGS)
++endif
++
+ # determine host OS type
+ HOSTTYPE=$(shell uname)
+ ifeq ($(HOSTTYPE),Darwin)
This page took 0.073526 seconds and 4 git commands to generate.