From: Lars-Peter Clausen Date: Tue, 11 Nov 2008 22:21:28 +0000 (+0000) Subject: Add $(BOARD) to the configure stamp, so the package gets rebuild when the arch board... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=10a6fdcbd2f8fa56f473ff8756d595eb04c4e7a6;p=openwrt%2Fsvn-archive%2Fpackages.git Add $(BOARD) to the configure stamp, so the package gets rebuild when the arch board is changed. SVN-Revision: 13190 --- diff --git a/XOrg/server/xorg-server-X11R7.3/Makefile b/XOrg/server/xorg-server-X11R7.3/Makefile index 8c93bedbe..14f6e9e5c 100644 --- a/XOrg/server/xorg-server-X11R7.3/Makefile +++ b/XOrg/server/xorg-server-X11R7.3/Makefile @@ -108,6 +108,8 @@ endif # depends PACKAGE_xorg-server || BROKEN #endef +STAMP_CONFIGURED:=$(STAMP_CONFIGURED)_$(BOARD) + define Package/xorg-server/Default SECTION:=xorg-server CATEGORY:=Xorg