[Bug 378791] Review Request: netdump-server - netdump crash recovery capture server

bugzilla at redhat.com bugzilla at redhat.com
Fri Dec 14 00:50:25 UTC 2007


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

Summary: Review Request: netdump-server - netdump crash recovery capture server


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





------- Additional Comments From tibbs at math.uh.edu  2007-12-13 19:50 EST -------
I just happened to catch something odd which I didn't notice before: a bunch of
  cc: unrecognized option '-j8'
messages, arising from this:
  %build
  export CFLAGS="%{optflags} %{?_smp_mflags} `glib-config --cflags`"; make
%{?_smp_mflags} should be passed to make, not inserted into CFLAGS, like so:
  export CFLAGS="%{optflags} `glib-config --cflags`"; make %{?smp_mflags}


-- 
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, or are watching someone who is.




More information about the Fedora-package-review mailing list