X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=utils%2Flcd4linux%2FMakefile;h=b0564cca8aab35f7925fbffbec4df005d19c9b5f;hp=264c3856abb5ce11d8f45d4f7c40e16175a445d0;hb=c0cf638523b9964a4ec7a6d9b3735941e8c487aa;hpb=5360edce8f45be94248e74df88c9c3c4206bf3ce diff --git a/utils/lcd4linux/Makefile b/utils/lcd4linux/Makefile index 264c3856ab..b0564cca8a 100644 --- a/utils/lcd4linux/Makefile +++ b/utils/lcd4linux/Makefile @@ -10,13 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lcd4linux PKG_VERSION:=0.10.0+cvs20051015 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/l/lcd4linux/ \ - http://ftp.de.debian.org/debian/pool/main/l/lcd4linux/ + http://ftp.de.debian.org/debian/pool/main/l/lcd4linux/ PKG_MD5SUM:=5b5ac629be4bb5c29104fb8f6b7fa444 -PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION).orig @@ -33,19 +32,24 @@ define Package/lcd4linux URL:=http://lcd4linux.bulix.org/ endef -# commas are interpreted by the $(call ...) macro, so define a intermediate variable holding our drivers spec +# commas are interpreted by the $(call ...) macro, so define an intermediate variable holding our drivers spec PKG_CONFIGURE_DRIVERS:=all,!PNG,!RouterBoard,!X11 -define Build/Configure - $(call Build/Configure/Default, \ - --without-x \ - --with-drivers="$(PKG_CONFIGURE_DRIVERS)" \ - --with-plugins=wireless \ - ) -endef +CONFIGURE_ARGS += \ + --without-x \ + --with-drivers="$(PKG_CONFIGURE_DRIVERS)" \ + --with-plugins=wireless -define Build/Compile - $(MAKE) -C $(PKG_BUILD_DIR) +define Build/Configure + (cd $(PKG_BUILD_DIR); touch \ + configure.in \ + aclocal.m4 \ + Makefile.in \ + configure \ + stamp-h.in \ + config.h.in \ + ); + $(call Build/Configure/Default) endef define Package/lcd4linux/install