From 759cbf3c44ad6ceaf252561f6bd500a192921b04 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Jan 2017 12:45:45 +0100 Subject: [PATCH] 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 --- libs/libgd/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/libgd/Makefile b/libs/libgd/Makefile index 3749982641..6d7f0c3eec 100644 --- a/libs/libgd/Makefile +++ b/libs/libgd/Makefile @@ -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 -- 2.30.2