]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- build with USE_SOCKET_FALLBACK. Without that dhcp-relay always uses the last interf...
authorJacek Konieczny <jajcus@pld-linux.org>
Wed, 1 Jun 2005 13:47:34 +0000 (13:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp.spec -> 1.105

dhcp.spec

index ed18c90ab5adccda1a3188888ba1ab1c5ed93f73..b49fdb9df80948a8738ca138536f95e9ed2a5cf9 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -8,7 +8,7 @@ Summary(pl):    Serwer DHCP
 Summary(pt_BR):        Servidor DHCP (Protocolo de configuração dinâmica de hosts)
 Name:          dhcp
 Version:       3.0.2
-Release:       2
+Release:       2.1
 Epoch:         3
 Vendor:                ISC
 License:       distributable
@@ -144,7 +144,8 @@ cd ..
 %{__make} \
        COPTS="%{rpmcflags} \
        -D_PATH_DHCPD_DB=\\\"/var/lib/%{name}/dhcpd.leases\\\" \
-       -D_PATH_DHCLIENT_DB=\\\"/var/lib/%{name}/dhclient.leases\\\"" \
+       -D_PATH_DHCLIENT_DB=\\\"/var/lib/%{name}/dhclient.leases\\\" \
+       -DUSE_SOCKET_FALLBACK" \
        DEBUG="" VARDB="/var/lib/%{name}"
 
 %install
This page took 0.064531 seconds and 4 git commands to generate.