|
@@ -21,7 +21,8 @@ CUPS_CONF_OPTS = \
|
|
--with-docdir=/usr/share/cups/doc-root \
|
|
--with-docdir=/usr/share/cups/doc-root \
|
|
--disable-gssapi \
|
|
--disable-gssapi \
|
|
--disable-pam \
|
|
--disable-pam \
|
|
- --libdir=/usr/lib
|
|
|
|
|
|
+ --libdir=/usr/lib \
|
|
|
|
+ --without-rcdir
|
|
CUPS_CONFIG_SCRIPTS = cups-config
|
|
CUPS_CONFIG_SCRIPTS = cups-config
|
|
CUPS_DEPENDENCIES = \
|
|
CUPS_DEPENDENCIES = \
|
|
host-autoconf \
|
|
host-autoconf \
|
|
@@ -71,4 +72,9 @@ else
|
|
CUPS_CONF_OPTS += --disable-avahi
|
|
CUPS_CONF_OPTS += --disable-avahi
|
|
endif
|
|
endif
|
|
|
|
|
|
|
|
+define CUPS_INSTALL_INIT_SYSV
|
|
|
|
+ $(INSTALL) -D -m 0755 package/cups/S81cupsd \
|
|
|
|
+ $(TARGET_DIR)/etc/init.d/S81cupsd
|
|
|
|
+endef
|
|
|
|
+
|
|
$(eval $(autotools-package))
|
|
$(eval $(autotools-package))
|