projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5415e3
)
copy glibconfig-sysdeps.h to staging dir on glib compile
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Apr 2005 13:12:46 +0000
(13:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 4 Apr 2005 13:12:46 +0000
(13:12 +0000)
SVN-Revision: 554
openwrt/package/glib/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/glib/Makefile
b/openwrt/package/glib/Makefile
index 5f5babbca66c9dce0183d6ff2e476eb50b9566c5..c3a0e6a6794f138536663dd54435eb322aa54029 100644
(file)
--- a/
openwrt/package/glib/Makefile
+++ b/
openwrt/package/glib/Makefile
@@
-79,6
+79,7
@@
$(STAGING_DIR)/lib/libglib.so: $(PKG_BUILD_DIR)/libglib.so
$(MAKE) -C $(PKG_BUILD_DIR) \
DESTDIR="$(STAGING_DIR)" \
install
+ cp $(PKG_BUILD_DIR)/glibconfig-sysdefs.h $(STAGING_DIR)/usr/include/glib-1.2/
$(PKG_IPK): $(STAGING_DIR)/lib/libglib.so
mkdir -p $(PACKAGE_DIR)