diff options
-rw-r--r-- | package/cups/cups.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package/cups/cups.mk b/package/cups/cups.mk index bcd6f1e01c..ee53735bb3 100644 --- a/package/cups/cups.mk +++ b/package/cups/cups.mk @@ -17,7 +17,8 @@ CUPS_CONF_OPT = --without-perl \ --without-php \ --disable-gnutls \ --disable-gssapi \ - --libdir=/usr/lib + --libdir=/usr/lib \ + --localstatedir=/var CUPS_CONFIG_SCRIPTS = cups-config CUPS_DEPENDENCIES = $(if $(BR2_PACKAGE_ZLIB),zlib) \ |