From: nbd Date: Wed, 2 Sep 2009 23:24:35 +0000 (+0000) Subject: sane-backends: create the directory referenced in the ldflags to fix configure X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8196d8dea80820f0824387771285c1cb170ec71d;p=packages.git 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 --- diff --git a/utils/sane-backends/Makefile b/utils/sane-backends/Makefile index 1a520b296..177ff122b 100644 --- a/utils/sane-backends/Makefile +++ b/utils/sane-backends/Makefile @@ -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)" \