]> git.pld-linux.org Git - packages/astmanproxy.git/commitdiff
- patch po pass rpmcflags and rpmldflags to Makefile
authorJacek Konieczny <jajcus@pld-linux.org>
Mon, 19 Jun 2006 08:53:34 +0000 (08:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    astmanproxy-rpm.patch -> 1.1

astmanproxy-rpm.patch [new file with mode: 0644]

diff --git a/astmanproxy-rpm.patch b/astmanproxy-rpm.patch
new file mode 100644 (file)
index 0000000..c56e708
--- /dev/null
@@ -0,0 +1,28 @@
+diff -dur -x '*~' astmanproxy-1.20.orig/1.20/Makefile astmanproxy-1.20/1.20/Makefile
+--- astmanproxy-1.20.orig/1.20/Makefile        2006-04-08 05:03:21.000000000 +0200
++++ astmanproxy-1.20/1.20/Makefile     2006-06-19 10:31:55.000000000 +0200
+@@ -60,7 +60,7 @@
+ VPATH = src
+ # Add -g below for debug/GDB symbols
+-CFLAGS+= $(DEFINES) -Wall -O2 -D_REENTRANT -fPIC -Isrc/include -I/usr/include/openssl -I-
++CFLAGS+= $(DEFINES) -Wall $(rpmcflags) -D_REENTRANT -fPIC -Isrc/include -I/usr/include/openssl -I-
+ # For printing only
+ SRCS := $(MODS:%=%.c)
+@@ -69,13 +69,13 @@
+ all: astmanproxy cert
+ astmanproxy: $(OBJS) $(SOBJS)
+-      $(CC) $(CFLAGS) -o $@ $(ASTLINK) $(OBJS) $(LIBS)
++      $(CC) $(CFLAGS) -o $@ $(ASTLINK) $(OBJS) $(LIBS) $(rpmldflags)
+ $(OBJS): %.o: %.c
+       $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $<
+ $(SOBJS): %.so: %.o
+-      $(CC) $(SOLINK) $< -o $@
++      $(CC) $(SOLINK) $< -o $@ $(rpmldflags)
+ SERIAL=`date "+%Y%m%d%H%M%S"`
This page took 0.054744 seconds and 4 git commands to generate.