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.openwrt.org/?a=commitdiff_plain;h=469365f566202b0f41cbaa9da32c1917b28782ee;p=openwrt%2Fsvn-archive%2Farchive.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