r6718 - packages/trunk/openal-soft/debian
Andres Mejia
ceros-guest at alioth.debian.org
Wed Apr 23 04:38:21 UTC 2008
Author: ceros-guest
Date: 2008-04-23 04:38:20 +0000 (Wed, 23 Apr 2008)
New Revision: 6718
Modified:
packages/trunk/openal-soft/debian/rules
Log:
Placed back path to source for cmake options
Modified: packages/trunk/openal-soft/debian/rules
===================================================================
--- packages/trunk/openal-soft/debian/rules 2008-04-23 04:29:15 UTC (rev 6717)
+++ packages/trunk/openal-soft/debian/rules 2008-04-23 04:38:20 UTC (rev 6718)
@@ -25,7 +25,8 @@
DEB_CMAKE_OPTIONS ?= -DCMAKE_VERBOSE_MAKEFILE=ON \
-DCMAKE_BUILD_TYPE=$(TYPE) \
-DCMAKE_INSTALL_PREFIX="/usr" \
- -DCMAKE_C_FLAGS="$(CFLAGS)"
+ -DCMAKE_C_FLAGS="$(CFLAGS)" \
+ ..
BUILD_TREE=$(CURDIR)/build-tree
More information about the Pkg-games-commits
mailing list