|
|
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|
|
|
|
|
PKG_NAME:=elfutils
|
|
|
PKG_VERSION:=0.175
|
|
|
-PKG_RELEASE:=2
|
|
|
+PKG_RELEASE:=3
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
|
|
PKG_SOURCE_URL:=https://sourceware.org/$(PKG_NAME)/ftp/$(PKG_VERSION)
|
|
|
@@ -91,7 +91,7 @@ endef
|
|
|
|
|
|
define Package/libelf/install
|
|
|
$(INSTALL_DIR) $(1)/usr/lib
|
|
|
- $(CP) $(PKG_INSTALL_DIR)/usr/lib/libelf*.so.* $(1)/usr/lib/
|
|
|
+ $(CP) $(PKG_INSTALL_DIR)/usr/lib/libelf{-*.so,*.so.*} $(1)/usr/lib/
|
|
|
endef
|
|
|
|
|
|
$(eval $(call BuildPackage,libasm))
|