SPECS: ekglog.spec - removed duplicated -I/usr/include/ncurses fro...
darekr
darekr at pld-linux.org
Tue Nov 28 00:18:02 CET 2006
Author: darekr Date: Mon Nov 27 23:18:02 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- removed duplicated -I/usr/include/ncurses from CFLAGS (it's included in INCLUDE_PATH in Makefile)
---- Files affected:
SPECS:
ekglog.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: SPECS/ekglog.spec
diff -u SPECS/ekglog.spec:1.13 SPECS/ekglog.spec:1.14
--- SPECS/ekglog.spec:1.13 Wed Mar 23 18:18:07 2005
+++ SPECS/ekglog.spec Tue Nov 28 00:17:57 2006
@@ -26,7 +26,7 @@
%build
%{__make} -C src \
CC="%{__cxx}" \
- CFLAGS="%{rpmcflags} -Wall -I. -Icommands -I/usr/include/ncurses"
+ CFLAGS="%{rpmcflags} -Wall -I. -Icommands"
%install
rm -rf $RPM_BUILD_ROOT
@@ -48,6 +48,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2006/11/27 23:17:57 darekr
+- removed duplicated -I/usr/include/ncurses from CFLAGS (it's included in INCLUDE_PATH in Makefile)
+
Revision 1.13 2005/03/23 17:18:07 glen
- dropped SourceX-size
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/ekglog.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list