[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[Bug 172872] Review Request: sloccount
- From: bugzilla redhat com
- To: fedora-extras-list redhat com
- Subject: [Bug 172872] Review Request: sloccount
- Date: Tue, 4 Apr 2006 12:50:41 -0400
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: sloccount
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=172872
------- Additional Comments From bugs michael gmx net 2006-04-04 12:50 EST -------
Doesn't build with RPM optflags. A complete patch would be needed
(since CFLAGS are not accepted) or a hack like this:
--- sloccount.spec.orig 2006-04-04 11:21:23.000000000 +0200
+++ sloccount.spec 2006-04-04 18:54:27.000000000 +0200
@@ -19,7 +19,7 @@
%setup -q
%build
-make
+make CC="gcc ${RPM_OPT_FLAGS}"
%install
rm -rf ${RPM_BUILD_ROOT}
--
Configure bugmail: https://bugzilla.redhat.com/bugzilla/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.
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]