From 1fe9e28cbde445b7282b294fdcfaafe185d62bda Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 14 Jan 2008 04:35:14 +0000 Subject: [PATCH] fix compile of glib2 based apps SVN-Revision: 10187 --- libs/glib2/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/glib2/Makefile b/libs/glib2/Makefile index b3c33bf2d6..5737b06302 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 -- 2.30.2