SOURCES: udhcp-DESTDIR.patch (NEW), udhcp-opt.patch (NEW) - created

glen glen at pld-linux.org
Sat Jul 30 15:04:28 CEST 2005


Author: glen                         Date: Sat Jul 30 13:04:28 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- created

---- Files affected:
SOURCES:
   udhcp-DESTDIR.patch (NONE -> 1.1)  (NEW), udhcp-opt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/udhcp-DESTDIR.patch
diff -u /dev/null SOURCES/udhcp-DESTDIR.patch:1.1
--- /dev/null	Sat Jul 30 15:04:28 2005
+++ SOURCES/udhcp-DESTDIR.patch	Sat Jul 30 15:04:23 2005
@@ -0,0 +1,27 @@
+--- udhcp-0.9.8/Makefile~	2005-07-30 15:55:01.000000000 +0300
++++ udhcp-0.9.8/Makefile	2005-07-30 15:55:03.000000000 +0300
+@@ -1,10 +1,10 @@
+ # udhcp makefile
+ 
+ prefix=/usr
+-SBINDIR=/sbin
+-USRSBINDIR=${prefix}/sbin
+-USRBINDIR=${prefix}/bin
+-USRSHAREDIR=${prefix}/share
++SBINDIR=$(DESTDIR)/sbin
++USRSBINDIR=$(DESTDIR)${prefix}/sbin
++USRBINDIR=$(DESTDIR)${prefix}/bin
++USRSHAREDIR=$(DESTDIR)${prefix}/share
+ 
+ # Uncomment this to get a shared binary. Call as udhcpd for the server,
+ # and udhcpc for the client
+--- udhcp-0.9.8/Makefile~	2005-07-30 15:58:38.000000000 +0300
++++ udhcp-0.9.8/Makefile	2005-07-30 15:58:40.000000000 +0300
+@@ -83,6 +83,7 @@
+ 
+ 
+ install: all
++	$(INSTALL) -d $(USRSBINDIR) $(USRBINDIR) $(SBINDIR)
+ 
+ 	$(INSTALL) $(DAEMONS) $(USRSBINDIR)
+ 	$(INSTALL) $(COMMANDS) $(USRBINDIR)

================================================================
Index: SOURCES/udhcp-opt.patch
diff -u /dev/null SOURCES/udhcp-opt.patch:1.1
--- /dev/null	Sat Jul 30 15:04:28 2005
+++ SOURCES/udhcp-opt.patch	Sat Jul 30 15:04:23 2005
@@ -0,0 +1,11 @@
+--- udhcp-0.9.8/Makefile~	2002-10-31 20:46:43.000000000 +0200
++++ udhcp-0.9.8/Makefile	2005-07-30 15:51:51.000000000 +0300
+@@ -13,6 +13,8 @@
+ # Uncomment this for extra output and to compile with debugging symbols
+ #DEBUG=1
+ 
++CFLAGS += $(OPTFLAGS)
++
+ # Uncomment this to output messages to syslog, otherwise, messages go to stdout
+ CFLAGS += -DSYSLOG
+ 
================================================================



More information about the pld-cvs-commit mailing list