Merge pull request #11010 from flyn-org/cyrus-sasl

cyrus-sasl: install module symbolic links of form libX.so
This commit is contained in:
Hannu Nyman 2020-01-13 22:04:19 +02:00 committed by GitHub
commit 547fb13acb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=cyrus-sasl PKG_NAME:=cyrus-sasl
PKG_VERSION:=2.1.27 PKG_VERSION:=2.1.27
PKG_RELEASE:=2 PKG_RELEASE:=3
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@ -109,7 +109,7 @@ define Package/libsasl2/install
$(INSTALL_DIR) $(1)/usr/lib/ $(INSTALL_DIR) $(1)/usr/lib/
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libsasl2.so.* $(1)/usr/lib/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libsasl2.so.* $(1)/usr/lib/
$(INSTALL_DIR) $(1)/usr/lib/sasl2 $(INSTALL_DIR) $(1)/usr/lib/sasl2
$(CP) $(PKG_INSTALL_DIR)/usr/lib/sasl2/lib*.so.* $(1)/usr/lib/sasl2/ $(CP) $(PKG_INSTALL_DIR)/usr/lib/sasl2/lib*.so* $(1)/usr/lib/sasl2/
endef endef
$(eval $(call BuildPackage,libsasl2)) $(eval $(call BuildPackage,libsasl2))