fix glib1/gtk1 compile

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10185 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-01-14 01:47:16 +00:00
parent c786271a04
commit b635a9ba76

View File

@ -56,6 +56,7 @@ CONFIGURE_VARS += \
glib_cv_sizeof_gmutex=24 \
glib_cv_byte_contents_gmutex="0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0" \
TARGET_LDFLAGS += -L$(TOOLCHAIN_DIR)/lib
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install
endef