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 <herrold@xxxxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |herrold@xxxxxxxxxxxx --- Comment #8 from R P Herrold <herrold@xxxxxxxxxxxx> 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: [herrold@centos-5 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 's@^enable_option_checking@# enable_option_checking@g' $i +done %configure --enable-brov6 --disable-broccoli %{__make} %{?_smp_mflags} CFLAGS+="-I/usr/include/ncurses" [herrold@centos-5 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@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review