[fldigi/el6] Tell configure not to include perl bindings.

Richard Shaw hobbes1069 at fedoraproject.org
Thu Aug 29 15:47:01 UTC 2013


commit c19dcd5f01c3b8c1a588ecfa73fcd5c706451a97
Author: Richard M. Shaw <hobbes1069 at gmail.com>
Date:   Thu Aug 29 10:46:52 2013 -0500

    Tell configure not to include perl bindings.

 fldigi.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/fldigi.spec b/fldigi.spec
index 3e02b17..278dc73 100755
--- a/fldigi.spec
+++ b/fldigi.spec
@@ -60,7 +60,7 @@ chmod 644 ./src/olivia/olivia.cxx
 
 
 %build
-%configure
+%configure %{?rhel:--without-perl-binding}
 make -k %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS" LIBS="-lm -lX11 -lpthread"
 
 


More information about the scm-commits mailing list