bintuils: Pack libctf-nobfd.so in addition
[openwrt/staging/chunkeey.git] / package / devel / binutils / Makefile
index 6ad326efa039f79829ad9c24b2c459e59ee5f12f..9f7a0724f4f0f6334570ed189fbe0a03913fd235 100644 (file)
@@ -84,7 +84,8 @@ CONFIGURE_ARGS += \
        --target=$(REAL_GNU_TARGET_NAME) \
        --enable-shared \
        --enable-install-libiberty \
-       --enable-install-libbfd
+       --enable-install-libbfd \
+       --enable-install-libctf
 
 define Build/Install
        $(call Build/Install/Default)
@@ -106,7 +107,7 @@ endef
 
 define Package/libctf/install
        $(INSTALL_DIR) $(1)/usr/lib
-       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libctf.so* $(1)/usr/lib/
+       $(CP) $(PKG_INSTALL_DIR)/usr/lib/libctf*.so* $(1)/usr/lib/
 endef
 
 define Package/libopcodes/install