[packages/pango] do not copy over static libs...
git-svn-id: svn://svn.openwrt.org/openwrt/packages@24253 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
ab403946fb
commit
12ab794434
@ -58,11 +58,11 @@ define Build/InstallDev
|
||||
$(1)/usr/include
|
||||
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/*.{so*,a,la} \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/*.so* \
|
||||
$(1)/usr/lib
|
||||
|
||||
$(CP) \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pango/1.6.0/modules/*.{so*,a,la} \
|
||||
$(PKG_INSTALL_DIR)/usr/lib/pango/1.6.0/modules/*.so* \
|
||||
$(1)/usr/lib/pango/1.6.0/modules/
|
||||
|
||||
$(INSTALL_DATA) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user