projects
/
openwrt
/
staging
/
zorun.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88a1c20
)
libtool: don't install aclocal directory again if symlink into $(STAGING_DIR_HOST...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Dec 2010 01:26:34 +0000
(
01:26
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 11 Dec 2010 01:26:34 +0000
(
01:26
+0000)
SVN-Revision: 24470
package/libtool/Makefile
patch
|
blob
|
history
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index 5aa5aa3652dfb3f13f4c15dba8886c59b436a7a6..4986f5614eb673fe823951d7c80468ec2254fb89 100644
(file)
--- a/
package/libtool/Makefile
+++ b/
package/libtool/Makefile
@@
-48,6
+48,8
@@
define Build/InstallDev
$(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(2)/bin/libtool
$(CP) $(2)/bin/libtool $(2)/bin/libtool-ucxx
$(SED) 's,-lstdc++,-luClibc++,g' $(2)/bin/libtool-ucxx
+ [ -h $(STAGING_DIR)/host/share/aclocal ] && \
+ rm -rf $(TMP_DIR)/stage-$(PKG_NAME)/host/share/aclocal || true
endef
define Package/libltdl/install