From: Felix Fietkau Date: Wed, 3 Sep 2008 13:19:41 +0000 (+0000) Subject: change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e08253b1c225acb88456c3596c8467f3948b3875;p=openwrt%2Fstaging%2Fnbd.git change the an openssl sed command to be safe for -Wl,-rpath-link in ldflags SVN-Revision: 12511 --- diff --git a/package/openssl/Makefile b/package/openssl/Makefile index f19551df3d..dce7550538 100644 --- a/package/openssl/Makefile +++ b/package/openssl/Makefile @@ -122,7 +122,7 @@ define Build/InstallDev $(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{crypto,ssl}.{a,so*} $(1)/usr/lib/ mkdir -p $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc $(1)/usr/lib/pkgconfig/ - $(SED) 's,$(TARGET_LDFLAGS),,g' $(1)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc + $(SED) 's#$(TARGET_LDFLAGS)##g' $(1)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc endef define Package/libopenssl/install