]> git.pld-linux.org Git - packages/astmanproxy.git/blame - astmanproxy-rpm.patch
- tabs in preamble
[packages/astmanproxy.git] / astmanproxy-rpm.patch
CommitLineData
cda08cc0
JK
1diff -dur -x '*~' astmanproxy-1.20.orig/1.20/Makefile astmanproxy-1.20/1.20/Makefile
2--- astmanproxy-1.20.orig/1.20/Makefile 2006-04-08 05:03:21.000000000 +0200
3+++ astmanproxy-1.20/1.20/Makefile 2006-06-19 10:31:55.000000000 +0200
4@@ -60,7 +60,7 @@
5 VPATH = src
6
7 # Add -g below for debug/GDB symbols
8-CFLAGS+= $(DEFINES) -Wall -O2 -D_REENTRANT -fPIC -Isrc/include -I/usr/include/openssl -I-
9+CFLAGS+= $(DEFINES) -Wall $(rpmcflags) -D_REENTRANT -fPIC -Isrc/include -I/usr/include/openssl -I-
10
11 # For printing only
12 SRCS := $(MODS:%=%.c)
13@@ -69,13 +69,13 @@
14 all: astmanproxy cert
15
16 astmanproxy: $(OBJS) $(SOBJS)
17- $(CC) $(CFLAGS) -o $@ $(ASTLINK) $(OBJS) $(LIBS)
18+ $(CC) $(CFLAGS) -o $@ $(ASTLINK) $(OBJS) $(LIBS) $(rpmldflags)
19
20 $(OBJS): %.o: %.c
21 $(CC) $(CFLAGS) $(INCLUDES) -c -o $@ $<
22
23 $(SOBJS): %.so: %.o
24- $(CC) $(SOLINK) $< -o $@
25+ $(CC) $(SOLINK) $< -o $@ $(rpmldflags)
26
27 SERIAL=`date "+%Y%m%d%H%M%S"`
28
This page took 0.078199 seconds and 4 git commands to generate.