summaryrefslogtreecommitdiff
path: root/package/cups/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-31 19:45:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-31 19:45:31 +0200
commita1373c5ba4bbc90e4b20191e56f728df797bf7bc (patch)
treedb9f72afbb24e6e1e74c8f758606b33a0f5c455e /package/cups/Makefile
parent772a9525853600d6df32fadaac4346dad25e4168 (diff)
resolve some FreeBSD specific issues
- use numeric ids for cups configure (FreeBSD has no root group) - use /usr/lib for libexec dir for cups on BSD, too - update dhcp to latest upstream - fix readline dependency in mysql package - heimdal needs -pthread explicitely on FreeBSD host
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 d17d58cda..c8cac765f 100644
--- a/package/cups/Makefile
+++ b/package/cups/Makefile
@@ -24,9 +24,9 @@ $(eval $(call PKG_template,CUPS,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= ac_cv_func_sigset=no \
- OPTIM=''
-CONFIGURE_ARGS+= --with-cups-user=root \
- --with-cups-group=root \
+ OPTIM='-fPIC'
+CONFIGURE_ARGS+= --with-cups-user=0 \
+ --with-cups-group=0 \
--disable-ldap \
--disable-gssapi \
--disable-pam \
@@ -45,7 +45,7 @@ CONFIGURE_ARGS+= --with-cups-user=root \
BUILD_STYLE= auto
INSTALL_STYLE= auto
FAKE_FLAGS+= DSTROOT="${WRKINST}" STRIP="/bin/true"
-XAKE_FLAGS+= OPTIM=''
+XAKE_FLAGS+= OPTIM='-fPIC'
post-install:
${INSTALL_DIR} ${IDIR_CUPS}/usr/share/doc/cups