Module submission - bind

jean.bruenn@ip-minds.de jean.bruenn at ip-minds.de
Fri Sep 1 09:00:39 UTC 2006


module name       : bind
suggested section : net
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n


added mqueries (ipv6, threads, 64bit)
added openssl as optional depends (needed for dnssec)

Jean Michel Bruenn

-------------- next part --------------
--- bind/BUILD	2005-05-07 20:07:59.000000000 +0200
+++ bind/BUILD	2006-09-01 10:54:34.892448000 +0200
@@ -1,6 +1,29 @@
 (
 
-  default_build &&
+  if [ "$USE_LARGE" == "y" ]; then
+    OPTS="$OPTS --enable-largefile"
+  fi
+
+  if [ "$USE_THREADS" == "y" ]; then
+    OPTS="$OPTS --enable-threads"
+  fi
+
+  if [ "$USE_IPV6" == "y" ]; then
+    OPTS="$OPTS --enable-ipv6"
+  fi
+
+  ./configure   --build=$BUILD              \
+                --prefix=/usr               \
+                --sysconfdir=/etc           \
+		--localstatedir=/var        \
+		--infodir=/usr/share/info   \
+		--mandir=/usr/share/man     \
+                $OPTS                      &&
+
+  make &&
+  prepare_install &&
+  make install
+
   add_priv_user bind:bind
 
 ) > $C_FIFO 2>&1
--- bind/CONFIGURE	1970-01-01 01:00:00.000000000 +0100
+++ bind/CONFIGURE	2006-09-01 10:35:04.902448000 +0200
@@ -0,0 +1,3 @@
+mquery USE_THREADS "Build with threads?" y
+mquery USE_LARGEFILE "Build with 64-bit file support?" n
+mquery USE_IPV6 "Use IPv6?" n
--- bind/DEPENDS	1970-01-01 01:00:00.000000000 +0100
+++ bind/DEPENDS	2006-09-01 10:35:04.902448000 +0200
@@ -0,0 +1 @@
+optional_depends openssl
-------------- next part --------------
lvu submit bind 9890f309f3d09100a37b25edd1c960fa  -
2.6.17.8-server 2.6.12 gcc-3.4.6 glibc-2.3.6



More information about the Lunar mailing list