[Lunar-commits] r20520 - moonbase/trunk/libs/fftw3
Dennis Veatch
stumbles at lunar-linux.org
Fri Jun 23 14:04:52 UTC 2006
Author: stumbles
Date: 2006-06-23 14:04:52 +0000 (Fri, 23 Jun 2006)
New Revision: 20520
Modified:
moonbase/trunk/libs/fftw3/BUILD
Log:
Was fiddling around with libofa-0.9.3 (not in moonbase yet)
and the configure was failing on not finding fftw_malloc in -lfftw3.
Enabling shared at least lets libofa complete the configure without
error.
Modified: moonbase/trunk/libs/fftw3/BUILD
===================================================================
--- moonbase/trunk/libs/fftw3/BUILD 2006-06-23 04:58:22 UTC (rev 20519)
+++ moonbase/trunk/libs/fftw3/BUILD 2006-06-23 14:04:52 UTC (rev 20520)
@@ -4,6 +4,9 @@
OPTS="$OPTS --enable-float"
fi
- default_build
+ ./configure --prefix=/usr \
+ --enable-shared &&
+ default_make
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list