diff options
author | Holger Schurig <schurig@mn-solutions.de> | 2005-04-04 10:19:50 +0000 |
---|---|---|
committer | Holger Schurig <schurig@mn-solutions.de> | 2005-04-04 10:19:50 +0000 |
commit | 7d1d016d9f60f3d90933c1c207511fc36a53c126 (patch) | |
tree | b6bcbf7291f7802b2b7e8c9f7c7af38ef8e230bf /packages/ssmtp | |
parent | 90ec62cb8bcfb6a301c0748f397440891721e018 (diff) |
packages/ssmtp/ssmtp: link against -lcrypto
BKrev: 425114c60juwqmVg_XYsfUelvrpMPQ
Diffstat (limited to 'packages/ssmtp')
-rw-r--r-- | packages/ssmtp/ssmtp-2.61/libs-lcrypto.patch | 0 | ||||
-rw-r--r-- | packages/ssmtp/ssmtp_2.61.bb | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/packages/ssmtp/ssmtp-2.61/libs-lcrypto.patch b/packages/ssmtp/ssmtp-2.61/libs-lcrypto.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ssmtp/ssmtp-2.61/libs-lcrypto.patch diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb index 5a21ffaa0a..f61781ff4e 100644 --- a/packages/ssmtp/ssmtp_2.61.bb +++ b/packages/ssmtp/ssmtp_2.61.bb @@ -1,10 +1,12 @@ SECTION = "console/network" DEPENDS = "openssl" DESCRIPTION = "Extremely simple MTA to get mail off the system to a mail hub." +PR = "r1" SRC_URI = "${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_${PV}.orig.tar.gz \ file://ldflags.patch;patch=1 \ file://configure.patch;patch=1 \ + file://libs-lcrypto.patch;patch=1 \ file://ssmtp.conf" S = "${WORKDIR}/${PN}-2.61" LICENSE = "GPL" |