diff options
Diffstat (limited to 'package/cups/Makefile')
-rw-r--r-- | package/cups/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/cups/Makefile b/package/cups/Makefile index 0e48afb3a..8f764ba1b 100644 --- a/package/cups/Makefile +++ b/package/cups/Makefile @@ -22,6 +22,7 @@ $(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=cups \ --with-cups-group=cups \ --disable-ldap \ |