diff options
-rw-r--r-- | packages/ssmtp/ssmtp_2.61.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/ssmtp/ssmtp_2.61.bb b/packages/ssmtp/ssmtp_2.61.bb index 25d1aa2d66..00228790a1 100644 --- a/packages/ssmtp/ssmtp_2.61.bb +++ b/packages/ssmtp/ssmtp_2.61.bb @@ -9,6 +9,7 @@ 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://dont-strip.patch;patch=1 \ file://ssmtp.conf" S = "${WORKDIR}/${PN}-${PV}" |