patch file cleanup... ick.. kaloz you owe me some love
git-svn-id: svn://svn.openwrt.org/openwrt/packages@6526 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
14
net/httping/patches/001-extra_flags.patch
Normal file
14
net/httping/patches/001-extra_flags.patch
Normal file
@ -0,0 +1,14 @@
|
||||
diff -ruaN httping-1.2.2.orig/Makefile httping-1.2.2/Makefile
|
||||
--- httping-1.2.2.orig/Makefile 2006-11-09 20:13:12.000000000 +0100
|
||||
+++ httping-1.2.2/Makefile 2007-02-27 11:34:47.000000000 +0100
|
||||
@@ -15,8 +15,8 @@
|
||||
include version
|
||||
|
||||
DEBUG=-g # -D_DEBUG
|
||||
-LDFLAGS+=-lssl -lcrypto $(DEBUG)
|
||||
-CFLAGS+=-O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||
+LDFLAGS+=$(EXTRA_LDFLAGS) -lssl -lcrypto $(DEBUG)
|
||||
+CFLAGS+=$(EXTRA_CFLAGS) -Wall -DVERSION=\"$(VERSION)\" $(DEBUG)
|
||||
|
||||
OBJS=mem.o http.o io.o str.o error.o utils.o main.o tcp.o mssl.o res.o
|
||||
|
Reference in New Issue
Block a user