summaryrefslogtreecommitdiff
path: root/libgtop.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'libgtop.spec.in')
-rw-r--r--libgtop.spec.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgtop.spec.in b/libgtop.spec.in
index fe80f979..740d37d0 100644
--- a/libgtop.spec.in
+++ b/libgtop.spec.in
@@ -60,7 +60,11 @@ Examples for LibGTop.
if [ ! -f configure ]; then
CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=%prefix --without-linux-table --with-libgtop-inodedb --with-libgtop-examples --with-libgtop-guile --with-libgtop-smp
else
+%ifarch alpha
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --host=alpha-redhat-linux --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 --with-libgtop-smp
+%endif
fi
if [ "$SMP" != "" ]; then