openssl: don't fail with empty TARGET_LDFLAGS
SVN-Revision: 29770
This commit is contained in:
parent
f20b6c3ff9
commit
25630dd5a5
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ define Build/InstallDev
|
|||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/lib{crypto,ssl}.{a,so*} $(1)/usr/lib/
|
||||
$(INSTALL_DIR) $(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
|
||||
$(if $(TARGET_LDFLAGS),$(SED) 's#$(TARGET_LDFLAGS)##g' $(1)/usr/lib/pkgconfig/{openssl,libcrypto,libssl}.pc)
|
||||
endef
|
||||
|
||||
define Package/libopenssl/install
|
||||
|
|
Loading…
Reference in a new issue