summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Rękorajski2010-04-15 15:16:34 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commite247883f9ca8e4d064540fbd01418eaadb972d8a (patch)
tree31f47bcf68a687b7832558fb483a62c77caef80f
parentc5367ef60dd9425babefd57b346133b575c3073f (diff)
downloadpostfix-e247883f9ca8e4d064540fbd01418eaadb972d8a.zip
postfix-e247883f9ca8e4d064540fbd01418eaadb972d8a.tar.gz
- no need to redefine HAVE_GETIFADDRS, postfix autogroks it if glibc >= 2.4
Changed files: postfix.spec -> 1.344
-rw-r--r--postfix.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/postfix.spec b/postfix.spec
index 92c500e..47e6577 100644
--- a/postfix.spec
+++ b/postfix.spec
@@ -291,7 +291,7 @@ export CC
%{!?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