mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:43:10 +02:00
Fix lzo build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@906 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fb10765c3b
commit
38b5764eee
@ -60,7 +60,7 @@ $(PKG_BUILD_DIR)/.built:
|
||||
|
||||
$(IPKG_LIBLZO):
|
||||
install -d -m0755 $(IDIR_LIBLZO)/usr/lib
|
||||
cp -fpR $(STAGING_DIR)/lib/liblzo.so.* $(IDIR_LIBLZO)/usr/lib
|
||||
cp -fpR $(PKG_INSTALL_DIR)/usr/lib/liblzo.so.* $(IDIR_LIBLZO)/usr/lib
|
||||
$(RSTRIP) $(IDIR_LIBLZO)
|
||||
$(IPKG_BUILD) $(IDIR_LIBLZO) $(PACKAGE_DIR)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user