diff options
Diffstat (limited to 'ssmtp')
-rw-r--r-- | ssmtp/ssmtp-2.60.4.oe | 3 | ||||
-rw-r--r-- | ssmtp/ssmtp-2.60.4/ldflags.patch | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/ssmtp/ssmtp-2.60.4.oe b/ssmtp/ssmtp-2.60.4.oe index a8aa75dbca..d5a671c2ff 100644 --- a/ssmtp/ssmtp-2.60.4.oe +++ b/ssmtp/ssmtp-2.60.4.oe @@ -1,7 +1,8 @@ DEPENDS = virtual/libc openssl RDEPENDS = libc6 libssl -SRC_URI := ${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_2.60.4.tar.gz +SRC_URI := ${DEBIAN_MIRROR}/main/s/ssmtp/ssmtp_2.60.4.tar.gz \ + file://${FILESDIR}/ldflags.patch;patch=1 S := ${WORKDIR}/${PN}-2.60 inherit autotools diff --git a/ssmtp/ssmtp-2.60.4/ldflags.patch b/ssmtp/ssmtp-2.60.4/ldflags.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/ssmtp/ssmtp-2.60.4/ldflags.patch |