sane-backends: create the directory referenced in the ldflags to fix configure
git-svn-id: svn://svn.openwrt.org/openwrt/packages@17488 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
fe2dc3ff9f
commit
8196d8dea8
@ -76,6 +76,11 @@ CONFIGURE_ARGS+= \
|
||||
--without-gphoto2 \
|
||||
--disable-debug \
|
||||
|
||||
define Build/Configure
|
||||
mkdir -p $(PKG_BUILD_DIR)/backend/.libs
|
||||
$(Build/Configure/Default)
|
||||
endef
|
||||
|
||||
define Build/Compile
|
||||
$(MAKE) -C $(PKG_BUILD_DIR) \
|
||||
DESTDIR="$(PKG_INSTALL_DIR)" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user