Fix wrong path to libpng12-config

git-svn-id: svn://svn.openwrt.org/openwrt/packages@13574 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-12-10 01:17:50 +00:00
parent 9e9b69e1c6
commit 5ca2498d2a

View File

@ -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)