diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-07-07 00:54:21 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-07-07 00:54:21 +0000 |
commit | 0825e944345291cac5d45daae904c50a87389642 (patch) | |
tree | fd5cb214d06e52a9ff2c4eafc1c1821dd5a6328a /packages/ssmtp/ssmtp-2.61/dont-strip.patch | |
parent | 5574fc5f3a610aefb6b90365108e10df38b5393f (diff) | |
parent | a64033ce2a9d11b1336f7dee39203bbcee43f579 (diff) |
merge of c1749e31b60b984658b557139430b4fe8eb432a7
and e1dfbc0aedf7759ad0b062d01ebcad3149da58f9
Diffstat (limited to 'packages/ssmtp/ssmtp-2.61/dont-strip.patch')
-rw-r--r-- | packages/ssmtp/ssmtp-2.61/dont-strip.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/ssmtp/ssmtp-2.61/dont-strip.patch b/packages/ssmtp/ssmtp-2.61/dont-strip.patch new file mode 100644 index 0000000000..5071633ad8 --- /dev/null +++ b/packages/ssmtp/ssmtp-2.61/dont-strip.patch @@ -0,0 +1,14 @@ +Don't try and strip ssmtp during install as this tries to run the native +strip rather than strip for the target platform. + +--- ssmtp-2.61/Makefile.in 2006/07/04 04:43:06 1.1 ++++ ssmtp-2.61/Makefile.in 2006/07/04 04:43:17 +@@ -48,7 +48,7 @@ + .PHONY: install + install: ssmtp $(GEN_CONFIG) + $(INSTALL) -d -m 755 $(bindir) +- $(INSTALL) -s -m 755 ssmtp $(bindir)/ssmtp ++ $(INSTALL) -m 755 ssmtp $(bindir)/ssmtp + $(INSTALL) -d -m 755 $(mandir) + $(INSTALL) -m 644 $(srcdir)/ssmtp.8 $(mandir)/ssmtp.8 + $(INSTALL) -d -m 755 $(SSMTPCONFDIR) |