projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb8c0a4
)
fix glib1/gtk1 compile
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 01:47:16 +0000
(
01:47
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 14 Jan 2008 01:47:16 +0000
(
01:47
+0000)
SVN-Revision: 10185
libs/glib/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib/Makefile
b/libs/glib/Makefile
index ffe47b88ecb4d0e9f9455a4f7a74088966a305cf..024c8c85753ce1b15fb41106c59b8b1a1df70af0 100644
(file)
--- a/
libs/glib/Makefile
+++ b/
libs/glib/Makefile
@@
-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