Same Makefile/EDITME for all
authorHeiko Schlittermann <hs@schlittermann.de>
Fri, 21 Aug 2015 22:11:17 +0200
changeset 18 fccd70d9c971
parent 17 09e71eb4b2f0
child 19 fa091f2bbb60
Same Makefile/EDITME for all
platforms/debian7/root/home/eximtest/exim/src/Local/Makefile
platforms/debian8/root/home/eximtest/exim/src/Local/Makefile
platforms/fedora21/root/home/eximtest/exim/src/Local/Makefile
platforms/opensuse/root/home/eximtest/exim/src/Local/Makefile
--- a/platforms/debian7/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:08:34 2015 +0200
+++ b/platforms/debian7/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:11:17 2015 +0200
@@ -421,6 +421,7 @@
 # DISABLE_DNSSEC=yes
 
 # DISABLE_PRDR=yes
+EXPERIMENTAL_PRDR=yes
 # DISABLE_OCSP=yes
 
 
@@ -471,6 +472,7 @@
 EXPERIMENTAL_CERTNAMES=yes
 EXPERIMENTAL_SOCKS=yes
 EXPERIMENTAL_INTERNATIONAL=yes
+LDFLAGS += -lidn
 
 
 ###############################################################################
--- a/platforms/debian8/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:08:34 2015 +0200
+++ b/platforms/debian8/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:11:17 2015 +0200
@@ -421,6 +421,7 @@
 # DISABLE_DNSSEC=yes
 
 # DISABLE_PRDR=yes
+EXPERIMENTAL_PRDR=yes
 # DISABLE_OCSP=yes
 
 
@@ -471,6 +472,7 @@
 EXPERIMENTAL_CERTNAMES=yes
 EXPERIMENTAL_SOCKS=yes
 EXPERIMENTAL_INTERNATIONAL=yes
+LDFLAGS += -lidn
 
 
 ###############################################################################
--- a/platforms/fedora21/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:08:34 2015 +0200
+++ b/platforms/fedora21/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:11:17 2015 +0200
@@ -421,6 +421,7 @@
 # DISABLE_DNSSEC=yes
 
 # DISABLE_PRDR=yes
+EXPERIMENTAL_PRDR=yes
 # DISABLE_OCSP=yes
 
 
@@ -471,6 +472,7 @@
 EXPERIMENTAL_CERTNAMES=yes
 EXPERIMENTAL_SOCKS=yes
 EXPERIMENTAL_INTERNATIONAL=yes
+LDFLAGS += -lidn
 
 
 ###############################################################################
--- a/platforms/opensuse/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:08:34 2015 +0200
+++ b/platforms/opensuse/root/home/eximtest/exim/src/Local/Makefile	Fri Aug 21 22:11:17 2015 +0200
@@ -421,6 +421,7 @@
 # DISABLE_DNSSEC=yes
 
 # DISABLE_PRDR=yes
+EXPERIMENTAL_PRDR=yes
 # DISABLE_OCSP=yes
 
 
@@ -471,6 +472,7 @@
 EXPERIMENTAL_CERTNAMES=yes
 EXPERIMENTAL_SOCKS=yes
 EXPERIMENTAL_INTERNATIONAL=yes
+LDFLAGS += -lidn
 
 
 ###############################################################################