diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-10-02 02:22:20 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-10-02 02:22:20 +0000 |
commit | 865ccb22b81c59adb9ea944043d86a515e15441f (patch) | |
tree | 0e26caac1484deec97f59ec2b69adf803f29ea25 /packages/ssmtp | |
parent | ae8c217ea647af10543865a3bf39374eee099db5 (diff) |
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.
Diffstat (limited to 'packages/ssmtp')
-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}" |