[Lunar-commits] <moonbase> Net-DNS: Adding a CONFIGURE and adjusting the BUILD so you can say yes or

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Mon Apr 18 02:55:58 CEST 2011


commit 77ef3a2c09b3b61c92ce052bef244a82843b68e4
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sun Apr 17 20:55:58 2011 -0400

    Net-DNS: Adding a CONFIGURE and adjusting the BUILD so you can say yes or
    
    no to some tests and avoid the build pausing for user input.
---
 perl/Net-DNS/BUILD     |    5 +++--
 perl/Net-DNS/CONFIGURE |    2 ++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/perl/Net-DNS/BUILD b/perl/Net-DNS/BUILD
index a4b4728..a1e7705 100644
--- a/perl/Net-DNS/BUILD
+++ b/perl/Net-DNS/BUILD
@@ -1,6 +1,7 @@
 (
 
-  perl Makefile.PL --no-online-tests  &&
-  default_make
+  perl Makefile.PL $OPTS &&
+
+  default_make 
 
 ) > $C_FIFO 2>&1
diff --git a/perl/Net-DNS/CONFIGURE b/perl/Net-DNS/CONFIGURE
new file mode 100644
index 0000000..1931a75
--- /dev/null
+++ b/perl/Net-DNS/CONFIGURE
@@ -0,0 +1,2 @@
+mquery ENABLE_IPV6_TESTS "Enable IPV6 tests?" n ""  "--no-IPv6-tests"
+mquery ENABLE_ONLINE_TESTS "Enable online tests?" n "" "--no-online-tests"


More information about the Lunar-commits mailing list