[packages] portmap fixes:
- disable pie (closes: #3095) - use start-stop-daemon - bump release number git-svn-id: svn://svn.openwrt.org/openwrt/packages@11001 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
12
net/portmap/patches/101-no_pie.patch
Normal file
12
net/portmap/patches/101-no_pie.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ur portmap_6.0.org/Makefile portmap_6.0/Makefile
|
||||
--- portmap_6.0.org/Makefile 2008-04-19 22:44:35.000000000 +0200
|
||||
+++ portmap_6.0/Makefile 2008-04-19 00:02:01.000000000 +0200
|
||||
@@ -127,7 +127,7 @@
|
||||
CPPFLAGS += $(HOSTS_ACCESS)
|
||||
portmap: CFLAGS += -fpie
|
||||
portmap: LDLIBS += $(WRAP_LIB)
|
||||
-portmap: LDFLAGS += -pie
|
||||
+#portmap: LDFLAGS += -pie
|
||||
portmap: portmap.o pmap_check.o from_local.o
|
||||
|
||||
from_local: CPPFLAGS += -DTEST
|
Reference in New Issue
Block a user