From 865ccb22b81c59adb9ea944043d86a515e15441f Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Mon, 2 Oct 2006 02:22:20 +0000 Subject: ssmtp 2.61: Add back the patch which prevents ssmtp from attempting to strip the binaries during install. Without this the install fails due to the use of the host install calling the host strip which does not understand the target binary type. OE will take care of stripping the binary itself during packaging. --- packages/ssmtp/ssmtp_2.61.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/ssmtp') 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}" -- cgit v1.2.3