summaryrefslogtreecommitdiffstats
path: root/patches/ssmtp-2.64
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-12-05 21:49:27 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-12-05 21:49:27 +0100
commit1166e183e0ab33c46fefae15d37422e3a20fa2a6 (patch)
tree7cdec5804637e185a70addfc0aae375490ce6cd1 /patches/ssmtp-2.64
parentf20184957083be1fe0d15fecb19dac6e931e05f1 (diff)
downloadptxdist-1166e183e0ab33c46fefae15d37422e3a20fa2a6.tar.gz
ptxdist-1166e183e0ab33c46fefae15d37422e3a20fa2a6.tar.xz
[ssmtp] version bump 2.61 -> 2.64
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'patches/ssmtp-2.64')
-rw-r--r--patches/ssmtp-2.64/series1
-rw-r--r--patches/ssmtp-2.64/ssmtp-2.61-ldflags.diff20
2 files changed, 21 insertions, 0 deletions
diff --git a/patches/ssmtp-2.64/series b/patches/ssmtp-2.64/series
new file mode 100644
index 000000000..bc0db162e
--- /dev/null
+++ b/patches/ssmtp-2.64/series
@@ -0,0 +1 @@
+ssmtp-2.61-ldflags.diff
diff --git a/patches/ssmtp-2.64/ssmtp-2.61-ldflags.diff b/patches/ssmtp-2.64/ssmtp-2.61-ldflags.diff
new file mode 100644
index 000000000..fa8b77b35
--- /dev/null
+++ b/patches/ssmtp-2.64/ssmtp-2.61-ldflags.diff
@@ -0,0 +1,20 @@
+Subject: [PATCH] use LDFLAGS for linking
+From: Robert Schwebel <r.schwebel@pengutronix.de>
+
+Please use LDFLAGS, not CFLAGS, for linking. This makes it possible to
+overwrite the variable from the outside and do the correct thing.
+
+Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
+
+diff -urN ssmtp-2.61-orig/Makefile.in ssmtp-2.61/Makefile.in
+--- ssmtp-2.61-orig/Makefile.in 2006-03-04 23:19:04.000000000 +0100
++++ ssmtp-2.61/Makefile.in 2006-03-04 23:19:36.000000000 +0100
+@@ -79,7 +79,7 @@
+
+ # Binaries:
+ ssmtp: $(OBJS)
+- $(CC) -o ssmtp $(OBJS) @LIBS@ $(CFLAGS)
++ $(CC) -o ssmtp $(OBJS) $(LDFLAGS) @LIBS@
+
+ .PHONY: clean
+ clean: