]> git.ipfire.org Git - ipfire-3.x.git/blob - net-tools/patches/net-tools-1.60-pie.patch
Move all packages to root.
[ipfire-3.x.git] / net-tools / patches / net-tools-1.60-pie.patch
1 --- net-tools-1.60/Makefile.pie 2001-04-15 16:34:31.000000000 +0200
2 +++ net-tools-1.60/Makefile 2005-02-28 12:41:15.337127680 +0100
3 @@ -113,8 +113,8 @@
4
5 NET_LIB = $(NET_LIB_PATH)/lib$(NET_LIB_NAME).a
6
7 -CFLAGS = $(COPTS) -I. -idirafter ./include/ -I$(NET_LIB_PATH)
8 -LDFLAGS = $(LOPTS) -L$(NET_LIB_PATH)
9 +CFLAGS += $(COPTS) -I. -idirafter ./include/ -I$(NET_LIB_PATH)
10 +LDFLAGS += $(LOPTS) -L$(NET_LIB_PATH)
11
12 SUBDIRS = man/ $(NET_LIB_PATH)/
13