Author: qboosh Date: Fri Feb 1 17:38:29 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - reverted autoheader (call incorrectly introduced by me long time ago); adding AC_CONFIG_HEADER could even break build by moving defines from CPPFLAGS to unused config.h
---- Files affected: SPECS: pam-pam_pgsql.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/pam-pam_pgsql.spec diff -u SPECS/pam-pam_pgsql.spec:1.13 SPECS/pam-pam_pgsql.spec:1.14 --- SPECS/pam-pam_pgsql.spec:1.13 Fri Feb 1 13:54:04 2008 +++ SPECS/pam-pam_pgsql.spec Fri Feb 1 18:38:23 2008 @@ -11,7 +11,6 @@ Source0: http://dl.sourceforge.net/sysauth-pgsql/pam-pgsql-%{version}.tar.gz # Source0-md5: 6d91662f167c87bf64dd24753181e9e3 Patch0: %{name}-include.patch -Patch1: %{name}-configure.patch URL: http://sysauth-pgsql.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -33,14 +32,12 @@ %prep %setup -q -n pam-pgsql-%{version} %patch0 -p1 -%patch1 -p1 rm -f src/acct.c src/auth.c src/chauth.c src/cred.c src/pam_pgsql.c %build %{__libtoolize} %{__aclocal} %{__autoconf} -%{__autoheader} %{__automake} %configure \ @@ -71,6 +68,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.14 2008-02-01 17:38:23 qboosh +- reverted autoheader (call incorrectly introduced by me long time ago); + adding AC_CONFIG_HEADER could even break build by moving defines from CPPFLAGS + to unused config.h + Revision 1.13 2008-02-01 12:54:04 darekr - added -configure patch (allow __autoheader to be executed) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/pam-pam_pgsql.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
