From c41d659fd9809efeba38c55a2b9852be32e3d039 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 10 Dec 2008 01:17:50 +0000 Subject: [PATCH] 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 ff13529b3..a7583ea8c 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