Ajout fonctionalité pour qu'un usager normal puisse faire un shutdown.
[hvlinux.git] / stage2 / pkg / ncurses
index 69433cf..739a4a2 100644 (file)
@@ -1,12 +1,15 @@
 #!/bin/bash
 
-CONFIGURE_OPTS="\
-    --libdir=/lib \
-    --with-shared \
-    --without-debug \
-    --enable-widec \
-    --with-manpage-format=normal \
-    ${CONFIGURE_OPTS}"
+hvconfig_pre()
+{
+    CONFIGURE_OPTS="\
+        ${CONFIGURE_OPTS} \
+        --libdir=/lib \
+        --with-shared \
+        --without-debug \
+        --enable-widec \
+        --with-manpage-format=normal"
+}
 
 hvbuild_post()
 {