Upgrade to cups-2.0.1
[hvlinux.git] / stage5 / pkg / cups
index a13f539..41da956 100644 (file)
@@ -3,9 +3,15 @@
 hvconfig_pre()
 {
     hv_useradd --system -c "Print_Service_User" -d /dev/null -g lp \
-        -s /bin/false lp
+               -s /bin/false lp
 
-    CONFIGURE_OPTS="--libdir=/usr/lib --enable-pdftops"
+    groupadd --system -f lpadmin
+
+    CONFIGURE_OPTS=" \
+        --libdir=/usr/lib \
+        --disable-systemd \
+        --with-rcdir=/tmp/cupsinit \
+        --with-system-groups=lpadmin"
 }
 
 hvbuild_post()