[Lunar-commits] r23755 - moonbase/trunk/libs/fftw3
Moritz Heiber
moe at lunar-linux.org
Tue Mar 20 21:52:40 CET 2007
Author: moe
Date: 2007-03-20 21:52:40 +0100 (Tue, 20 Mar 2007)
New Revision: 23755
Modified:
moonbase/trunk/libs/fftw3/BUILD
Log:
Use default_build instead of a weak configure construct. This way we
always pass along $OPTS.
Modified: moonbase/trunk/libs/fftw3/BUILD
===================================================================
--- moonbase/trunk/libs/fftw3/BUILD 2007-03-20 19:42:19 UTC (rev 23754)
+++ moonbase/trunk/libs/fftw3/BUILD 2007-03-20 20:52:40 UTC (rev 23755)
@@ -1,12 +1,11 @@
(
+ OPTS="$OPTS --enable-shared"
+
if [[ "$ENABLE_FLOAT" == "y" ]]; then
OPTS="$OPTS --enable-float"
- fi
+ fi &&
- ./configure --prefix=/usr \
- --enable-shared &&
+ default_build
- default_make
-
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list