1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-28 23:21:26 +02: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:
Jo-Philipp Wich 2010-12-11 01:26:34 +00:00
parent 88a1c20900
commit 700589cd9b

@ -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