Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=458391


R P Herrold <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #8 from R P Herrold <[EMAIL PROTECTED]>  2008-09-04 12:55:05 EDT ---
I find that the .spec file as issued, has a (disabled) option which causes a
./configure to fail on older systems.  This patch fixes that issue:

[EMAIL PROTECTED] bro]$ diff -u bro.spec-ORIG bro.spec
--- bro.spec-ORIG       2008-09-04 12:50:54.000000000 -0400
+++ bro.spec    2008-09-04 12:49:50.000000000 -0400
@@ -43,6 +43,10 @@

 %build
 ./autogen.sh
+# fix up ./configure to elide unsuppoted option
+for i in `find . -name configure `; do
+       sed -i -e '[EMAIL PROTECTED]@# [EMAIL PROTECTED]' $i
+done
 %configure --enable-brov6 --disable-broccoli
 %{__make} %{?_smp_mflags} CFLAGS+="-I/usr/include/ncurses"

[EMAIL PROTECTED] bro]$

-- Russ herrold

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
Fedora-package-review@redhat.com
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to