]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- add -x option (from Fedora) for NetworkManager integration
authoraredridel <aredridel@pld-linux.org>
Wed, 23 Aug 2006 04:52:10 +0000 (04:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.spec -> 1.116

dhcp.spec

index 6f65705af3d559014e02b0e3274bebee930ff474..a3eb4fed504f5bf5ffd55a5a14bbe5624895625b 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -24,6 +24,7 @@ Patch1:               %{name}-ldap.patch
 Patch2:                %{name}-ldap1.patch
 Patch3:                %{name}-client-script-redhat.patch
 Patch4:                %{name}-dhcpd_lease_time.patch
+Patch5:                %{name}-3.0.3-x-option.patch
 URL:           http://www.isc.org/sw/dhcp/
 BuildRequires: groff
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -131,6 +132,7 @@ install %{SOURCE4} .
 %{?with_ldap:%patch2 -p1}
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 cd doc
 echo "dhcpd complies with the following RFCs:" > rfc-compliance
@@ -147,6 +149,7 @@ cd ..
        CC="%{__cc}" \
        CC_OPTIONS="%{rpmcflags} \
        -D_PATH_DHCPD_DB=\\\"/var/lib/%{name}/dhcpd.leases\\\" \
+       -DEXTENDED_NEW_OPTION_INFO \
        -D_PATH_DHCLIENT_DB=\\\"/var/lib/%{name}/dhclient.leases\\\" " \
        LFLAGS="%{rpmldflags}" \
        DEBUG="" \
This page took 0.076773 seconds and 4 git commands to generate.