packages: gpm/gpm.spec - fix dependency generation
sparky
sparky at pld-linux.org
Fri Nov 27 03:36:36 CET 2009
Author: sparky Date: Fri Nov 27 02:36:36 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- fix dependency generation
---- Files affected:
packages/gpm:
gpm.spec (1.162 -> 1.163)
---- Diffs:
================================================================
Index: packages/gpm/gpm.spec
diff -u packages/gpm/gpm.spec:1.162 packages/gpm/gpm.spec:1.163
--- packages/gpm/gpm.spec:1.162 Fri Sep 25 20:46:05 2009
+++ packages/gpm/gpm.spec Fri Nov 27 03:36:30 2009
@@ -238,7 +238,8 @@
%build
%{__aclocal}
%{__autoconf}
-%configure %{?with_ncursesw:CPPFLAGS="%{rpmcppflags} -I/usr/include/ncursesw"} \
+%configure \
+ CPPFLAGS="%{rpmcppflags} %{?with_ncursesw:-I/usr/include/ncursesw} -I headers" \
--with-curses
%{__make} \
@@ -338,6 +339,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.163 2009/11/27 02:36:30 sparky
+- fix dependency generation
+
Revision 1.162 2009/09/25 18:46:05 witekfl
- added bcond with_ncursesw (mc-4.7.0 crashed on startup because
of different sonames of libtinfo and libncursesw)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gpm/gpm.spec?r1=1.162&r2=1.163&f=u
More information about the pld-cvs-commit
mailing list