[Lunar-commits] r25638 - moonbase/trunk/libs/boost
Stefan Wold
ratler at lunar-linux.org
Tue Aug 28 10:23:06 CEST 2007
Author: ratler
Date: 2007-08-28 10:23:05 +0200 (Tue, 28 Aug 2007)
New Revision: 25638
Modified:
moonbase/trunk/libs/boost/BUILD
Log:
This is a fix for bug #0000270 that cause ardour to fail building
Modified: moonbase/trunk/libs/boost/BUILD
===================================================================
--- moonbase/trunk/libs/boost/BUILD 2007-08-28 05:50:57 UTC (rev 25637)
+++ moonbase/trunk/libs/boost/BUILD 2007-08-28 08:23:05 UTC (rev 25638)
@@ -3,6 +3,10 @@
./configure --prefix=/usr \
$OPTS &&
- default_make
+ default_make &&
+ # Some apps expect to find /usr/include/boost
+ BINC=`expr /usr/include/boost-*` &&
+ ln -sf ${BINC}/boost /usr/include/boost
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list