[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/dhcp/devel dhcp-3.0.4-lib-makefile.patch, 1.1, 1.2 dhcp.spec, 1.111, 1.112
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/dhcp/devel dhcp-3.0.4-lib-makefile.patch, 1.1, 1.2 dhcp.spec, 1.111, 1.112
- Date: Thu, 17 Aug 2006 17:42:43 -0400
Author: dcantrel
Update of /cvs/dist/rpms/dhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv31232
Modified Files:
dhcp-3.0.4-lib-makefile.patch dhcp.spec
Log Message:
- Fix mkdir problem in libdhcp4client.Makefile
dhcp-3.0.4-lib-makefile.patch:
libdhcp4client.Makefile | 67 ++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 67 insertions(+)
Index: dhcp-3.0.4-lib-makefile.patch
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp-3.0.4-lib-makefile.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dhcp-3.0.4-lib-makefile.patch 22 Jun 2006 18:17:27 -0000 1.1
+++ dhcp-3.0.4-lib-makefile.patch 17 Aug 2006 21:42:38 -0000 1.2
@@ -1,5 +1,5 @@
---- /dev/null 2006-06-15 21:25:35.725506500 -0400
-+++ dhcp-3.0.4/libdhcp4client.Makefile 2006-06-22 12:06:40.000000000 -0400
+--- /dev/null 2006-08-17 10:23:48.398308852 -0400
++++ dhcp-3.0.4/libdhcp4client.Makefile 2006-08-17 17:39:05.000000000 -0400
@@ -0,0 +1,67 @@
+#
+# Makefile for libdhcp4client
@@ -24,7 +24,7 @@
+ rm -rf libdhcp4client/ libdhcp4client.a libdhcp4client.so.1 includes/libdhcp_control.h
+
+libdhcp4client/.: $(patsubst %,$(WORK)/%,$(MAKS) $(SRCS))
-+ mkdir libdhcp4client
++ mkdir -p libdhcp4client
+ for x in client $(LIBS) ; do cp -avL $(WORK)/$$x libdhcp4client/$$x || :; done
+ sed -i -e '/^CC_OPTIONS\ =/{s/$$/ -DLIBDHCP/;s/-fpie/-fPIC/;s/-O2/-Os/}' libdhcp4client/*/Makefile
+
Index: dhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcp/devel/dhcp.spec,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- dhcp.spec 17 Aug 2006 21:22:10 -0000 1.111
+++ dhcp.spec 17 Aug 2006 21:42:39 -0000 1.112
@@ -4,7 +4,7 @@
Summary: A DHCP (Dynamic Host Configuration Protocol) server and relay agent.
Name: dhcp
Version: 3.0.4
-Release: 18%{?dist}
+Release: 19%{?dist}
Epoch: 12
License: distributable
Group: System Environment/Daemons
@@ -499,6 +499,9 @@
%endif
%changelog
+* Thu Aug 17 2006 David Cantrell <dcantrell redhat com> - 12:3.0.4-19
+- Fix mkdir problem in libdhcp4client.Makefile
+
* Thu Aug 17 2006 David Cantrell <dcantrell redhat com> - 12:3.0.4-18
- Fix dhclient on s390x platform (#202911)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]