package/cups-filters: drop pre-configure hook
authorCarlos Santos <unixmania@gmail.com>
Sat, 5 Oct 2019 02:42:29 +0000 (23:42 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 5 Oct 2019 06:03:18 +0000 (08:03 +0200)
Version 1.25.6 contains the config.rpath and ABOUT-NLS, so it wouldn't
be necessary to fake them even if we still used autoreconf.

Signed-off-by: Carlos Santos <unixmania@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/cups-filters/cups-filters.mk

index 88b7d7dd0603a33dcf9b93fedb0c30d73da12fb2..ffd55fa95de920f1d137c580770b1157dd1631ca 100644 (file)
@@ -20,14 +20,6 @@ CUPS_FILTERS_CONF_OPTS = --disable-imagefilters \
        --with-pdftops=pdftops \
        --with-jpeg
 
-# After 0002-filter-texttotext.c-link-with-libiconv-if-needed.patch autoreconf
-# needs config.rpath and ABOUT-NLS, which are not in v1.25.4 yet. Fake them.
-define CUPS_FILTERS_ADD_MISSING_FILE
-       touch $(@D)/config.rpath $(@D)/ABOUT-NLS
-endef
-
-CUPS_FILTERS_PRE_CONFIGURE_HOOKS = CUPS_FILTERS_ADD_MISSING_FILE
-
 ifeq ($(BR2_PACKAGE_LIBPNG),y)
 CUPS_FILTERS_CONF_OPTS += --with-png
 CUPS_FILTERS_DEPENDENCIES += libpng