mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-05 04:50:18 +02:00
The cxxtools static library is not built anymore after autoreconf, do not attempt to package it
This commit is contained in:
parent
81b4266594
commit
61c62b6609
@ -38,7 +38,7 @@ endef
|
||||
define Build/InstallDev
|
||||
$(INSTALL_DIR) $(1)/usr/include $(1)/usr/lib
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/include/cxxtools $(1)/usr/include/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcxxtools.{a,so*,la} $(1)/usr/lib/
|
||||
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libcxxtools.{so*,la} $(1)/usr/lib/
|
||||
endef
|
||||
|
||||
define Package/cxxtools/install
|
||||
|
Loading…
Reference in New Issue
Block a user