32 bit consumer build: disable build of other components
[lttng-docs.git] / 2.9 / lttng-docs-2.9.txt
index d6ed05f494ee625d7034cc338db5f0d44cd77f3f..c95a25fff861f0fd13799e1373a0a8a41f7a41b3 100644 (file)
@@ -3822,7 +3822,9 @@ wget http://lttng.org/files/lttng-tools/lttng-tools-latest-2.9.tar.bz2 &&
 tar -xf lttng-tools-latest-2.9.tar.bz2 &&
 cd lttng-tools-2.9.* &&
 ./configure --libdir=/usr/local/lib32 CFLAGS=-m32 CXXFLAGS=-m32 \
-            LDFLAGS='-L/usr/local/lib32 -L/usr/lib32' &&
+            LDFLAGS='-L/usr/local/lib32 -L/usr/lib32' \
+            --disable-bin-lttng --disable-bin-lttng-crash \
+            --disable-bin-lttng-relayd --disable-bin-lttng-sessiond &&
 make &&
 cd src/bin/lttng-consumerd &&
 sudo make install &&
This page took 0.022603 seconds and 4 git commands to generate.