fix compile of glib2 based apps

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10187 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2008-01-14 04:35:14 +00:00
parent 7e392664f7
commit 182a270b1d

View File

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