Author: evgeni Date: 2011-05-13 08:47:52 +0000 (Fri, 13 May 2011) New Revision: 12338
Modified: packages/trunk/glest/debian/changelog packages/trunk/glest/debian/rules Log: Pass LIBS="-lX11" to configure. Closes: #556754 Modified: packages/trunk/glest/debian/changelog =================================================================== --- packages/trunk/glest/debian/changelog 2011-05-11 13:26:07 UTC (rev 12337) +++ packages/trunk/glest/debian/changelog 2011-05-13 08:47:52 UTC (rev 12338) @@ -6,8 +6,12 @@ [ Ansgar Burchardt ] * Remove myself from Uploaders. - -- Alexander Reichle-Schmehl <[email protected]> Fri, 12 Feb 2010 15:21:21 +0100 + [ Evgeni Golov ] + * Pass LIBS="-lX11" to configure. + Closes: #556754 + -- Evgeni Golov <[email protected]> Fri, 13 May 2011 10:45:40 +0200 + glest (3.2.2-2) unstable; urgency=low [ Paul Wise ] Modified: packages/trunk/glest/debian/rules =================================================================== --- packages/trunk/glest/debian/rules 2011-05-11 13:26:07 UTC (rev 12337) +++ packages/trunk/glest/debian/rules 2011-05-13 08:47:52 UTC (rev 12338) @@ -20,7 +20,8 @@ --build=$(DEB_BUILD_GNU_TYPE) \ --prefix=/usr \ --mandir=\$${prefix}/share/man \ - --infodir=\$${prefix}/share/info + --infodir=\$${prefix}/share/info \ + LIBS="-lX11" touch configure-stamp build: build-stamp _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

