Author: evgeni Date: 2011-05-10 18:33:43 +0000 (Tue, 10 May 2011) New Revision: 12322
Modified: packages/trunk/ode/debian/changelog packages/trunk/ode/debian/rules Log: Add LIBS="-X11" to the configure call. Closes: #555783 Modified: packages/trunk/ode/debian/changelog =================================================================== --- packages/trunk/ode/debian/changelog 2011-05-10 06:34:17 UTC (rev 12321) +++ packages/trunk/ode/debian/changelog 2011-05-10 18:33:43 UTC (rev 12322) @@ -6,8 +6,12 @@ [ Paul Wise ] * Remove Guus Sliepen from uploaders at his request - -- Gonéri Le Bouder <[email protected]> Wed, 29 Jul 2009 15:13:43 +0200 + [ Evgeni Golov ] + * Add LIBS="-X11" to the configure call. + Closes: #555783 + -- Evgeni Golov <[email protected]> Tue, 10 May 2011 20:32:22 +0200 + ode (2:0.11.1-3) unstable; urgency=low * Upload to unstable Modified: packages/trunk/ode/debian/rules =================================================================== --- packages/trunk/ode/debian/rules 2011-05-10 06:34:17 UTC (rev 12321) +++ packages/trunk/ode/debian/rules 2011-05-10 18:33:43 UTC (rev 12322) @@ -12,10 +12,10 @@ QUILT_PATCHES=debian/patches quilt push -a || test $$? = 2 mkdir -p debian/build/dp debian/build/sp # SP: single precision build - cd debian/build/sp && ../../../configure --enable-shared --prefix=/usr + cd debian/build/sp && ../../../configure --enable-shared --prefix=/usr LIBS="-lX11" # Adjust the SONAME of the single precision flavor sed -i 's,^soname_spec=.*,soname_spec=libode.so.1sp,' debian/build/sp/libtool - cd debian/build/dp && ../../../configure --enable-shared --prefix=/usr --enable-double-precision + cd debian/build/dp && ../../../configure --enable-shared --prefix=/usr --enable-double-precision LIBS="-lX11" touch configure-stamp _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

