]> git.pld-linux.org Git - packages/dhcdbd.git/blobdiff - dhcdbd.spec
- obsolete patch: there's compilation flag for that (disables RH-specific dhclient...
[packages/dhcdbd.git] / dhcdbd.spec
index 17fc15a8a73e6d01e21f5301b9cfcf82921d7f19..7f6a49d885920ec409513ea09cd674f7de626633 100644 (file)
@@ -7,13 +7,12 @@ Summary:      DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, store
 Summary(pl.UTF-8):     Demon DHCP D-BUS (dhcdbd) - sterowanie sesjami dhclient przy użyciu D-BUS, przechowywanie opcji DHCP
 Name:          dhcdbd
 Version:       2.8
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Daemons
 Source0:       http://people.redhat.com/dcantrel/dhcdbd/%{name}-%{version}.tar.bz2
 # Source0-md5: c2c5a5c72182c3e88ae62eadb4874fc1
 Source1:       %{name}.init
-Patch0:     %{name}-x-bugfix.patch
 URL:           http://people.redhat.com/dcantrel/dhcdbd/
 BuildRequires: dbus-devel >= 0.33
 BuildRequires: rpmbuild(macros) >= 1.268
@@ -33,12 +32,11 @@ a także przechowuje i przedstawia opcje DHCP.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__make} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags} -I../include"
+       CFLAGS="%{rpmcflags} -I../include -DDHCLIENT_EXTENDED_OPTION_ENVIRONMENT=0"
        LDFLAGS="%{rpmldflags}"
 
 %{__sed} -i -e"s@Exec=.*@Exec=%{_sbindir}/dhcdbd@" dhcdbd.service
This page took 0.053325 seconds and 4 git commands to generate.