r15299 - packages/trunk/funguloids/debian

Paul Wise pabs at moszumanska.debian.org
Thu Oct 16 03:55:29 UTC 2014


Author: pabs
Date: 2014-10-16 03:55:29 +0000 (Thu, 16 Oct 2014)
New Revision: 15299

Modified:
   packages/trunk/funguloids/debian/changelog
   packages/trunk/funguloids/debian/rules
Log:
Work around build failure due to boost issues.

Modified: packages/trunk/funguloids/debian/changelog
===================================================================
--- packages/trunk/funguloids/debian/changelog	2014-10-16 03:54:58 UTC (rev 15298)
+++ packages/trunk/funguloids/debian/changelog	2014-10-16 03:55:29 UTC (rev 15299)
@@ -8,6 +8,7 @@
   [ Paul Wise ]
   * Add patch to use the OGRE 1.9 (Closes: #732722).
     Thanks to Hans de Goede <hdegoede at redhat.com>
+  * Work around build failure due to boost issues.
 
  -- Fabian Greffrath <fabian+debian at greffrath.com>  Mon, 14 Oct 2013 14:05:05 +0200
 

Modified: packages/trunk/funguloids/debian/rules
===================================================================
--- packages/trunk/funguloids/debian/rules	2014-10-16 03:54:58 UTC (rev 15298)
+++ packages/trunk/funguloids/debian/rules	2014-10-16 03:55:29 UTC (rev 15299)
@@ -2,6 +2,7 @@
 #export DH_VERBOSE=1
 
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+LIBS += -lboost_system
 
 ifneq (,$(findstring nomousecapture,$(DEB_BUILD_OPTIONS)))
   CXXFLAGS += -DDISABLE_MOUSE_CAPTURE
@@ -14,7 +15,7 @@
 	dh $@ --parallel --with autoreconf
 
 override_dh_auto_configure:
-	CXXFLAGS="$(CXXFLAGS)" dh_auto_configure -- --with-fmod=no
+	LIBS="$(LIBS)" CXXFLAGS="$(CXXFLAGS)" dh_auto_configure -- --with-fmod=no
 	
 	chmod +x debian/mpak.py
 	




More information about the Pkg-games-commits mailing list