Author: ceros-guest
Date: 2008-04-23 04:29:15 +0000 (Wed, 23 Apr 2008)
New Revision: 6717

Modified:
   packages/trunk/openal-soft/debian/changelog
   packages/trunk/openal-soft/debian/rules
Log:
BUILD_STATIC option is not supported, so removed

Modified: packages/trunk/openal-soft/debian/changelog
===================================================================
--- packages/trunk/openal-soft/debian/changelog 2008-04-23 04:24:11 UTC (rev 
6716)
+++ packages/trunk/openal-soft/debian/changelog 2008-04-23 04:29:15 UTC (rev 
6717)
@@ -5,7 +5,7 @@
 
   [Andres Mejia]
   * Make the build output verbose.
-  * Allow options passed to cmake be overridable using DEB_CMAKE_OPTIONS.
+  * Allow options passed to cmake to be overridable using DEB_CMAKE_OPTIONS.
   * Support nostrip option.
   * Build "Release" type libraries by default.
 

Modified: packages/trunk/openal-soft/debian/rules
===================================================================
--- packages/trunk/openal-soft/debian/rules     2008-04-23 04:24:11 UTC (rev 
6716)
+++ packages/trunk/openal-soft/debian/rules     2008-04-23 04:29:15 UTC (rev 
6717)
@@ -25,8 +25,7 @@
 DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
                -DCMAKE_BUILD_TYPE=$(TYPE) \
                -DCMAKE_INSTALL_PREFIX="/usr" \
-               -DCMAKE_C_FLAGS="$(CFLAGS)" \
-               -DBUILD_STATIC=ON ..
+               -DCMAKE_C_FLAGS="$(CFLAGS)"
 
 BUILD_TREE=$(CURDIR)/build-tree
 


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to