python-paste: Add new recipe
[openembedded.git] / recipes / ssmtp / ssmtp-2.61 / dont-strip.patch
blob5071633ad8e43f80545fa64283f358cfddbb7156
1 Don't try and strip ssmtp during install as this tries to run the native
2 strip rather than strip for the target platform.
4 --- ssmtp-2.61/Makefile.in 2006/07/04 04:43:06 1.1
5 +++ ssmtp-2.61/Makefile.in 2006/07/04 04:43:17
6 @@ -48,7 +48,7 @@
7 .PHONY: install
8 install: ssmtp $(GEN_CONFIG)
9 $(INSTALL) -d -m 755 $(bindir)
10 - $(INSTALL) -s -m 755 ssmtp $(bindir)/ssmtp
11 + $(INSTALL) -m 755 ssmtp $(bindir)/ssmtp
12 $(INSTALL) -d -m 755 $(mandir)
13 $(INSTALL) -m 644 $(srcdir)/ssmtp.8 $(mandir)/ssmtp.8
14 $(INSTALL) -d -m 755 $(SSMTPCONFDIR)