From 364130c6e183c6c415e356d55c612c30d1bea131 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Tue, 5 Jan 1999 12:07:43 +0000 Subject: [PATCH] Always build SMP support; binary packages should contain all possible 1999-01-05 Martin Baulig * libgtop.spec: Always build SMP support; binary packages should contain all possible features. --- ChangeLog | 3 +++ libgtop.spec | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a494ad87..a31f337f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 1999-01-05 Martin Baulig + * libgtop.spec: Always build SMP support; binary packages should + contain all possible features. + * configure.in: LibGTop will now require GLIB >= 1.1.11. 1999-01-05 Martin Baulig diff --git a/libgtop.spec b/libgtop.spec index 593d8650..20f821c3 100644 --- a/libgtop.spec +++ b/libgtop.spec @@ -58,9 +58,9 @@ Examples for LibGTop. %build # Needed for snapshot releases. if [ ! -f configure ]; then - CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile + CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp else - CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile + CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp fi if [ "$SMP" != "" ]; then