From 7dab07465c457612f1437aa6daea036d1ddfa934 Mon Sep 17 00:00:00 2001 From: Jacek Konieczny Date: Wed, 1 Jun 2005 13:47:34 +0000 Subject: [PATCH] - build with USE_SOCKET_FALLBACK. Without that dhcp-relay always uses the last interface detected/specified for sending messages to servers, ignoring host's routing table. Needs testing to see if nothing is broken. Changed files: dhcp.spec -> 1.105 --- dhcp.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dhcp.spec b/dhcp.spec index ed18c90..b49fdb9 100644 --- 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 -- 2.44.0