[Lunar-commits] r14928 - moonbase/trunk/net/iproute2

Auke Kok sofar at lunar-linux.org
Sun May 22 15:57:13 UTC 2005


Author: sofar
Date: 2005-05-22 15:57:13 +0000 (Sun, 22 May 2005)
New Revision: 14928

Modified:
   moonbase/trunk/net/iproute2/BUILD
   moonbase/trunk/net/iproute2/DEPENDS
Log:
Disable db support by not building arpd ... optionally. and yes, the --wihtout-db is fake, but otherwise it is auto-selected 'on'.


Modified: moonbase/trunk/net/iproute2/BUILD
===================================================================
--- moonbase/trunk/net/iproute2/BUILD	2005-05-22 15:36:32 UTC (rev 14927)
+++ moonbase/trunk/net/iproute2/BUILD	2005-05-22 15:57:13 UTC (rev 14928)
@@ -1,5 +1,9 @@
 (
+
   sedit 's at linux/socket.h at sys/socket.h@' include/linux/netlink.h
+  if ! in_depends $MODULE db; then
+    sedit 's/arpd//' misc/Makefile
+  fi
 
   ./configure &&
   KERNEL_INCLUDE=/usr/include/ make SBINDIR=/sbin &&

Modified: moonbase/trunk/net/iproute2/DEPENDS
===================================================================
--- moonbase/trunk/net/iproute2/DEPENDS	2005-05-22 15:36:32 UTC (rev 14927)
+++ moonbase/trunk/net/iproute2/DEPENDS	2005-05-22 15:57:13 UTC (rev 14928)
@@ -1 +1 @@
-depends db
+optional_depends "db" "" "--without-db" "to build arpd"



More information about the Lunar-commits mailing list