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:
905338b
)
correct the libdir path in libglib-2.0.la
author
Martin Janitschke
<noeoeh@web.de>
Wed, 1 Aug 2007 20:29:08 +0000
(20:29 +0000)
committer
Martin Janitschke
<noeoeh@web.de>
Wed, 1 Aug 2007 20:29:08 +0000
(20:29 +0000)
SVN-Revision: 8313
libs/glib2/Makefile
patch
|
blob
|
history
diff --git
a/libs/glib2/Makefile
b/libs/glib2/Makefile
index 724899967b6f5a1e40e5aae55f366f4fc081e93e..f5f8239746dd0b58436020414a9a2fe726d69cbf 100644
(file)
--- a/
libs/glib2/Makefile
+++ b/
libs/glib2/Makefile
@@
-58,6
+58,7
@@
define Build/InstallDev
$(CP) $(PKG_BUILD_DIR)/glibconfig.h $(STAGING_DIR)/usr/include/glib-2.0
mkdir -p $(STAGING_DIR)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libg* $(STAGING_DIR)/usr/lib/
+ $(SED) "s,"libdir\=\'/usr/lib\'",libdir='$(STAGING_DIR)/usr/lib\'," $(STAGING_DIR)/usr/lib/libglib-2.0.la
endef
define Build/UninstallDev