summaryrefslogtreecommitdiff
path: root/package/cups/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:52:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-04 19:52:43 +0200
commit4aaa0516b17cc459b7441bb13b6f2676c3da54e4 (patch)
treea99b15406e14a88ee3c53a4f5e51b2edf99c7b5f /package/cups/Makefile
parentcf7d637ee9c6034152f9f789c8e65893f0295289 (diff)
parent8a2754e0fbdea7497281327f2896be2a1253a107 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 39db1b397..d9dd2ec17 100644
--- a/package/cups/Makefile
+++ b/package/cups/Makefile
@@ -22,9 +22,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 \
@@ -43,7 +43,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