SPECS: pam.spec - add -D_GNU_SOURCE to DEFS; fixes lp#242867

megabajt megabajt at pld-linux.org
Wed Jun 25 13:35:29 CEST 2008


Author: megabajt                     Date: Wed Jun 25 11:35:29 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add -D_GNU_SOURCE to DEFS; fixes lp#242867

---- Files affected:
SPECS:
   pam.spec (1.285 -> 1.286) 

---- Diffs:

================================================================
Index: SPECS/pam.spec
diff -u SPECS/pam.spec:1.285 SPECS/pam.spec:1.286
--- SPECS/pam.spec:1.285	Wed Jun 25 11:54:34 2008
+++ SPECS/pam.spec	Wed Jun 25 13:35:23 2008
@@ -257,7 +257,8 @@
 
 # we must explicitely update-gmo as we patch a po file
 %{__make} -C po update-gmo
-%{__make}
+%{__make} \
+	DEFS="-DHAVE_CONFIG_H -D_GNU_SOURCE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -516,6 +517,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.286  2008/06/25 11:35:23  megabajt
+- add -D_GNU_SOURCE to DEFS; fixes lp#242867
+
 Revision 1.285  2008/06/25 09:54:34  patrys
 - 1.0.1
 - still does not build
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam.spec?r1=1.285&r2=1.286&f=u



More information about the pld-cvs-commit mailing list