packages: postfix/postfix.spec - no need to redefine HAVE_GETIFADDRS, postf...
baggins
baggins at pld-linux.org
Thu Apr 15 17:16:39 CEST 2010
Author: baggins Date: Thu Apr 15 15:16:39 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- no need to redefine HAVE_GETIFADDRS, postfix autogroks it if glibc >= 2.4
---- Files affected:
packages/postfix:
postfix.spec (1.343 -> 1.344)
---- Diffs:
================================================================
Index: packages/postfix/postfix.spec
diff -u packages/postfix/postfix.spec:1.343 packages/postfix/postfix.spec:1.344
--- packages/postfix/postfix.spec:1.343 Thu Apr 15 17:02:51 2010
+++ packages/postfix/postfix.spec Thu Apr 15 17:16:34 2010
@@ -292,7 +292,7 @@
%{!?with_ldap:LDAPSO=""} \
%{!?with_mysql:MYSQLSO=""} \
%{!?with_pgsql:PGSQLSO=""} \
- CCARGS="%{!?with_epoll:-DNO_EPOLL} %{?with_ldap:-DHAS_LDAP} -DHAS_PCRE %{?with_sasl:-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl} %{?with_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{?with_pgsql:-DHAS_PGSQL} %{?with_ssl:-DUSE_TLS} -DMAX_DYNAMIC_MAPS %{?with_cdb:-DHAS_CDB} -DHAVE_GETIFADDRS" \
+ CCARGS="%{!?with_epoll:-DNO_EPOLL} %{?with_ldap:-DHAS_LDAP} -DHAS_PCRE %{?with_sasl:-DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl} %{?with_mysql:-DHAS_MYSQL -I/usr/include/mysql} %{?with_pgsql:-DHAS_PGSQL} %{?with_ssl:-DUSE_TLS} -DMAX_DYNAMIC_MAPS %{?with_cdb:-DHAS_CDB}" \
AUXLIBS="-ldb -lresolv %{?with_sasl:-lsasl} %{?with_ssl:-lssl -lcrypto} %{?with_cdb:-lcdb} -lpcre"
%install
@@ -530,6 +530,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.344 2010/04/15 15:16:34 baggins
+- no need to redefine HAVE_GETIFADDRS, postfix autogroks it if glibc >= 2.4
+
Revision 1.343 2010/04/15 15:02:51 baggins
- cosmetics
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/postfix/postfix.spec?r1=1.343&r2=1.344&f=u
More information about the pld-cvs-commit
mailing list