Could the following diff be applied on the .spec file? It fixes the
rebuild on
the non-x86 ports...

Thanks!!

Stefan
--- bladeenc.spec.old   Sat Jan 29 23:18:54 2000
+++ bladeenc.spec       Sat Jan 29 23:19:05 2000
@@ -30,7 +30,7 @@
 %ifarch i386 i486 i586 i686 k6 k7
 CFLAGS="$RPM_OPT_FLAGS -funroll-all-loops" ./configure --prefix=%{prefix}
 %else
-make CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
+CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix}
 %endif
 make
 

Reply via email to