summaryrefslogtreecommitdiff
path: root/package/cups/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-09-30 21:46:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-09-30 21:46:54 +0200
commitb2d07cf71c35790672584d9d7bef255fd5bc554c (patch)
treee6fae1fa2f23547bf7b045e9b8cb5bcbf9556b68 /package/cups/Makefile
parent88af3cea444b4e5df73564f313ab3a92c2b7b7d1 (diff)
first step to get cross-compile on MacOS X working
Diffstat (limited to 'package/cups/Makefile')
-rw-r--r--package/cups/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile
index 635638767..0e48afb3a 100644
--- a/package/cups/Makefile
+++ b/package/cups/Makefile
@@ -4,9 +4,9 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= cups
-PKG_VERSION:= 1.4.2
+PKG_VERSION:= 1.4.4
PKG_RELEASE:= 1
-PKG_MD5SUM:= d95e2d588e3d36e563027a963b117b1b
+PKG_MD5SUM:= 8776403ad60fea9e85eab9c04d88560d
PKG_DESCR:= Common Unix Printing System
PKG_SECTION:= net/misc
PKG_DEPENDS:= zlib libpthread
@@ -22,8 +22,8 @@ $(eval $(call PKG_template,CUPS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
CONFIGURE_ENV+= ac_cv_func_sigset=no \
OPTIM='-fPIC'
-CONFIGURE_ARGS+= --with-cups-user=0 \
- --with-cups-group=0 \
+CONFIGURE_ARGS+= --with-cups-user=cups \
+ --with-cups-group=cups \
--disable-ldap \
--disable-gssapi \
--disable-pam \