fix apr-util compile
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
836510348f
commit
26ce1ccb19
@ -45,7 +45,7 @@ define Build/Configure
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) all
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) APRUTIL_LIBS="-lsqlite3 -L$(STAGING_DIR)/usr/lib -lexpat -liconv -lapr-1 -luuid -lm -lcrypt" all
|
||||
$(call libtool_fixup_libdir,$(PKG_INSTALL_DIR))
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) DESTDIR="$(PKG_INSTALL_DIR)" install
|
||||
endef
|
||||
|
Loading…
x
Reference in New Issue
Block a user