]> git.pld-linux.org Git - packages/ssmtp.git/commitdiff
- fixed --enable-ssl build auto/th/ssmtp-2_64-3
authordzeus <dzeus@pld-linux.org>
Wed, 20 Jul 2011 08:44:17 +0000 (08:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ssmtp-ssl.patch -> 1.1
    ssmtp.spec -> 1.25

ssmtp-ssl.patch [new file with mode: 0644]
ssmtp.spec

diff --git a/ssmtp-ssl.patch b/ssmtp-ssl.patch
new file mode 100644 (file)
index 0000000..f8ee26f
--- /dev/null
@@ -0,0 +1,22 @@
+--- ssmtp-2.64.orig/configure  2011-07-20 10:22:04.000000000 +0200
++++ ssmtp-2.64/configure       2011-07-20 10:39:43.391200792 +0200
+@@ -3712,7 +3712,7 @@
+ if test x$enableval = xyes ; then
+       $as_echo "#define HAVE_SSL 1" >>confdefs.h
+-      LIBS="$LIBS -lssl"
++      LIBS="$LIBS -lssl -lcrypto"
+ fi
+ enableval=""
+--- ssmtp-2.64.orig/configure.in       2011-07-20 10:22:03.000000000 +0200
++++ ssmtp-2.64/configure.in    2011-07-20 10:39:53.318295286 +0200
+@@ -51,7 +51,7 @@
+ [  --enable-ssl           support for secure connection to mail server])
+ if test x$enableval = xyes ; then
+       AC_DEFINE(HAVE_SSL)
+-      LIBS="$LIBS -lssl"
++      LIBS="$LIBS -lssl -lcrypto"
+ fi
+ enableval=""
index ab8d14571437629b6484688e43cf9c0c2a07587a..050cc1b5e4f7afa9806349af98b7073b738b45a8 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Extremely simple MTA to get mail off the system to a mail hub
 Summary(pl.UTF-8):     Skrajnie prosty MTA do przekazywania poczty z systemu do huba
 Name:          ssmtp
 Version:       2.64
-Release:       2
+Release:       3
 License:       GPL
 Group:         Networking/Daemons/SMTP
 Source0:       http://http.us.debian.org/debian/pool/main/s/ssmtp/%{name}_%{version}.orig.tar.bz2
 # Source0-md5: 65b4e0df4934a6cd08c506cabcbe584f
 Patch0:                %{name}-nonsl.patch
+Patch1:                %{name}-ssl.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: openssl-devel
@@ -47,6 +48,7 @@ należy do huba pocztowego z własnym administratorem.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 rm -f missing
This page took 0.127095 seconds and 4 git commands to generate.