[SM-Commit] GIT changes to master grimoire by David Brown (586642f77c39971757cb5cc37c186e527d74d0b5)

David Brown scm at sourcemage.org
Sat Apr 7 13:57:46 EDT 2007


GIT changes to master grimoire by David Brown <dmlb2000 at gmail.com>:

 net/dhcp/HISTORY |    3 +++
 net/dhcp/INSTALL |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 586642f77c39971757cb5cc37c186e527d74d0b5
Author: David Brown <dmlb2000 at gmail.com>
Commit: David Brown <dmlb2000 at gmail.com>

    dhcp fixed bug 11446 by setting libdir and incdir in INSTALL file

diff --git a/net/dhcp/HISTORY b/net/dhcp/HISTORY
index 05c2c1b..cef46c6 100644
--- a/net/dhcp/HISTORY
+++ b/net/dhcp/HISTORY
@@ -1,3 +1,6 @@
+2007-04-07 David Brown <dmlb2000 at gmail.com>
+	* INSTALL: changed out default_install for manual call (bug #11446)
+
 2007-02-25 Andraž "ruskie" Levstik <ruskie at mages.ath.cx>
 	* CONFIGURE: added to pick dbus enabler code or not
 	* PRE_BUILD: added to apply necessary patches
diff --git a/net/dhcp/INSTALL b/net/dhcp/INSTALL
index 81f85ff..464282e 100755
--- a/net/dhcp/INSTALL
+++ b/net/dhcp/INSTALL
@@ -1,3 +1,3 @@
-default_install &&
+make LIBDIR=/usr/lib INCDIR=/usr/include install &&
 install  -m 644  client/dhclient.conf  $INSTALL_ROOT/etc/dhclient.conf.example  &&
 install  -m 644  server/dhcpd.conf  $INSTALL_ROOT/etc/dhcpd.conf.example



More information about the SM-Commit mailing list