rename patch and use EXTRA_ flags instead of intrusive the STAGING_DIR variable,...
[openwrt/svn-archive/archive.git] / net / httping / patches / 01-extra_flags.patch
1 diff -urN httping-1.0.10.orig/Makefile httping-1.0.10/Makefile
2 --- httping-1.0.10.orig/Makefile 2006-01-02 17:07:29.000000000 +0100
3 +++ httping-1.0.10/Makefile 2006-02-13 13:44:45.066590304 +0100
4 @@ -15,8 +15,8 @@
5 VERSION=1.0.10
6
7 DEBUG=-g
8 -LDFLAGS+=-lssl -lcrypto $(DEBUG)
9 -CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
10 +LDFLAGS+=$(EXTRA_LDFLAGS) -lssl -lcrypto $(DEBUG)
11 +CFLAGS+=$(EXTRA_CFLAGS) -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
12
13 OBJS=http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o
14