summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2007-12-14 17:43:10 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit7b0e087cc9317ddc3d50e5bdd2ae4bea1f70c2f9 (patch)
tree14445bd12fd47b2d42d2cf22eece9032a3beb01a
parentc2e3419bc7610fabb92fc3340ae3a66470fd383f (diff)
downloadlibdhcp-7b0e087cc9317ddc3d50e5bdd2ae4bea1f70c2f9.zip
libdhcp-7b0e087cc9317ddc3d50e5bdd2ae4bea1f70c2f9.tar.gz
- outdated
Changed files: libdhcp-opt.patch -> 1.2
-rw-r--r--libdhcp-opt.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libdhcp-opt.patch b/libdhcp-opt.patch
deleted file mode 100644
index ed762c8..0000000
--- a/libdhcp-opt.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN libdhcp-1.20.org/Makefile libdhcp-1.20/Makefile
---- libdhcp-1.20.org/Makefile 2007-01-11 21:57:02.000000000 +0100
-+++ libdhcp-1.20/Makefile 2007-02-20 20:57:28.442623000 +0100
-@@ -27,7 +27,7 @@
- test_pump_dhcp.c test_pump_static.c test_dhcp_fork.c \
- Makefile.examples README COPYING
-
--export CFLAGS := $(CFLAGS) -fPIC -I. -Wall -Werror -g2 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -D_GNU_SOURCE
-+export CFLAGS := $(OPTFLAGS) -fPIC -I. -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -D_GNU_SOURCE
-
- DHC4_CFLAGS = $(shell pkg-config --cflags libdhcp4client)
- DHC4_ISC_CFLAGS = $(shell pkg-config --variable=ISC.Cflags libdhcp4client)