projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8bf683b
)
copy glibconfig-sysdeps.h to staging dir on glib compile
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Apr 2005 13:12:46 +0000
(13:12 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 4 Apr 2005 13:12:46 +0000
(13:12 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@554
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/glib/Makefile
patch
|
blob
|
history
diff --git
a/package/glib/Makefile
b/package/glib/Makefile
index
5f5babb
..
c3a0e6a
100644
(file)
--- a/
package/glib/Makefile
+++ b/
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)
This page took
0.024111 seconds
and
4
git commands to generate.