[arch-commits] Commit in opensmtpd/trunk (PKGBUILD)

Lukas Fleischer lfleischer at archlinux.org
Thu Mar 2 18:57:35 UTC 2017


    Date: Thursday, March 2, 2017 @ 18:57:35
  Author: lfleischer
Revision: 214575

upgpkg: opensmtpd 6.0.2p1-2

Switch to openssl-1.0

Modified:
  opensmtpd/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-02 17:23:17 UTC (rev 214574)
+++ PKGBUILD	2017-03-02 18:57:35 UTC (rev 214575)
@@ -4,12 +4,12 @@
 
 pkgname=opensmtpd
 pkgver=6.0.2p1
-pkgrel=1
+pkgrel=2
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'
 license=('custom')
-depends=('libasr' 'libevent' 'openssl' 'pam')
+depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
 provides=('smtp-server' 'smtp-forwarder')
 conflicts=('smtp-server' 'smtp-forwarder')
 backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
@@ -41,7 +41,10 @@
     --with-user-smtpd=smtpd \
     --with-user-queue=smtpq \
     --with-group-queue=smtpq \
-    --with-auth-pam
+    --with-auth-pam \
+    --with-libssl='/usr/lib/openssl-1.0' \
+    --with-cflags='-I/usr/include/openssl-1.0'
+
   make
 }
 



More information about the arch-commits mailing list