Browse Source

libgd: remove unused LIBPNG12_CONFIG definition

While fixing up some incorrect STAGING_DIR_HOSTPKG uses I introduced, I
noticed that the LIBPNG12_CONFIG variable is not used by libgd anymore (it
is called LIBPNG_CONFIG now).

As the build runs fine without setting LIBPNG_CONFIG, let's just remove the
unused line.

Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
lilik-openwrt-22.03
Matthias Schiffer 8 years ago
parent
commit
759cbf3c44
No known key found for this signature in database GPG Key ID: 16EF3F64CB201D9C
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libs/libgd/Makefile

+ 0
- 1
libs/libgd/Makefile View File

@ -54,7 +54,6 @@ CONFIGURE_ARGS += \
--without-iconv
CONFIGURE_VARS += \
LIBPNG12_CONFIG="$(STAGING_DIR_HOSTPKG)/bin/libpng12-config" \
ac_cv_header_iconv_h=no
define Build/InstallDev


Loading…
Cancel
Save