summaryrefslogtreecommitdiff
path: root/libgtop.spec.in
diff options
context:
space:
mode:
authorGregory McLean <gregm@src.gnome.org>1999-02-28 03:46:53 +0000
committerGregory McLean <gregm@src.gnome.org>1999-02-28 03:46:53 +0000
commit3f39ec8d3789ed431c6d505e371f4172f0d1f9ae (patch)
tree43d23be7aedb8278c408186833c28cbea6146958 /libgtop.spec.in
parent8bbdeca6b59f9cf9bef253eefc3e9795c94ac068 (diff)
downloadlibgtop-3f39ec8d3789ed431c6d505e371f4172f0d1f9ae.tar.gz
libtool is easy to confuse, we hand feed it on the Alpha that an Alpha is
an Alpha (from its point of view anyway) -- Greg
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