diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-06-29 14:15:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 14:15:17 -0700 |
commit | 65dbd68899d5d18f2551abc0085105f91e54d465 (patch) | |
tree | 5dfb8db22c26a777bac4340c09c3b7afbd3f81a8 | |
parent | e25c37e2dae7cc2165769e10b3623f17b6f54414 (diff) | |
parent | d0b7564e8382664ddd8ccde880a679308a3e2ba1 (diff) |
Merge pull request #12645 from Andy2244/libtirpc-pkgconfig_fix
libtirpc: remove pkgconfig hack
-rw-r--r-- | libs/libtirpc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/libtirpc/Makefile b/libs/libtirpc/Makefile index 33b565a86..a296f955e 100644 --- a/libs/libtirpc/Makefile +++ b/libs/libtirpc/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtirpc PKG_VERSION:=1.2.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_URL:=@SF/libtirpc PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 @@ -46,7 +46,6 @@ define Build/InstallDev $(INSTALL_DIR) $(1)/usr/lib/pkgconfig $(CP) $(PKG_INSTALL_DIR)/usr/lib/libtirpc.{a,so*} $(1)/usr/lib $(CP) $(PKG_INSTALL_DIR)/usr/include/* $(1)/usr/include - $(SED) 's,/usr,${STAGING_DIR}/usr,g' $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libtirpc.pc $(CP) $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libtirpc.pc $(1)/usr/lib/pkgconfig/libtirpc.pc endef |