mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-22 10:01:03 +00:00
libtool: don't install aclocal directory again if symlink into $(STAGING_DIR_HOST)/share/acloca exists aleady
SVN-Revision: 24470
This commit is contained in:
parent
88a1c20900
commit
700589cd9b
@ -48,6 +48,8 @@ define Build/InstallDev
|
|||||||
$(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(2)/bin/libtool
|
$(SED) 's,\(hardcode_into_libs\)=yes,\1=no,g' $(2)/bin/libtool
|
||||||
$(CP) $(2)/bin/libtool $(2)/bin/libtool-ucxx
|
$(CP) $(2)/bin/libtool $(2)/bin/libtool-ucxx
|
||||||
$(SED) 's,-lstdc++,-luClibc++,g' $(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
|
endef
|
||||||
|
|
||||||
define Package/libltdl/install
|
define Package/libltdl/install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user