From d4e72c22fa698082be673591de78dd84fb345dbf Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 10 Dec 2008 01:17:50 +0000 Subject: [PATCH 1/1] Fix wrong path to libpng12-config SVN-Revision: 13574 --- libs/gd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gd/Makefile b/libs/gd/Makefile index ff13529b3a..a7583ea8c3 100644 --- a/libs/gd/Makefile +++ b/libs/gd/Makefile @@ -44,7 +44,7 @@ CONFIGURE_ARGS += \ --without-xpm CONFIGURE_VARS += \ - LIBPNG12_CONFIG="$(STAGING_DIR)/usr/bin/libpng12-config" + LIBPNG12_CONFIG="$(STAGING_DIR)/host/bin/libpng12-config" TARGET_CFLAGS += $(FPIC) -- 2.30.2