Author: megabajt Date: Mon Oct 13 16:28:32 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - removed obsolete -ucred-headers.patch - pass -D_GNU_SOURCE to CFLAGS (thx freetz)
---- Files affected: SPECS: gamin.spec (1.47 -> 1.48) ---- Diffs: ================================================================ Index: SPECS/gamin.spec diff -u SPECS/gamin.spec:1.47 SPECS/gamin.spec:1.48 --- SPECS/gamin.spec:1.47 Sun Oct 12 11:38:28 2008 +++ SPECS/gamin.spec Mon Oct 13 18:28:26 2008 @@ -9,7 +9,6 @@ Source0: http://www.gnome.org/~veillard/gamin/sources/%{name}-%{version}.tar.gz # Source0-md5: 2d3a6a70df090ed923238e381e6c2982 Patch0: %{name}-inotify.patch -Patch1: %{name}-ucred-headers.patch URL: http://www.gnome.org/~veillard/gamin/ BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -88,7 +87,6 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build %{__libtoolize} @@ -98,7 +96,8 @@ %{__automake} %configure \ --%{?debug:en}%{!?debug:dis}able-debug -%{__make} +%{__make} \ + CFLAGS="%{rpmcflags} -D_GNU_SOURCE" %install rm -rf $RPM_BUILD_ROOT @@ -155,6 +154,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.48 2008/10/13 16:28:26 megabajt +- removed obsolete -ucred-headers.patch +- pass -D_GNU_SOURCE to CFLAGS (thx freetz) + Revision 1.47 2008/10/12 09:38:28 megabajt - added -ucred-headers.patch - more verbose files ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gamin.spec?r1=1.47&r2=1.48&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
