From: nbd Date: Mon, 14 Jan 2008 04:35:14 +0000 (+0000) Subject: fix compile of glib2 based apps X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=182a270b1dc2341b80cf45dc3c07ff0ee504e3e7;p=packages.git fix compile of glib2 based apps git-svn-id: svn://svn.openwrt.org/openwrt/packages@10187 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index b3c33bf2d..5737b0630 100644 --- a/libs/glib2/Makefile +++ b/libs/glib2/Makefile @@ -65,6 +65,7 @@ define Build/Configure ); endef +TARGET_LDFLAGS += -L$(TOOLCHAIN_DIR)/lib define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" all install endef