summaryrefslogtreecommitdiff
path: root/ssmtp/ssmtp-2.61/ldflags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ssmtp/ssmtp-2.61/ldflags.patch')
-rw-r--r--ssmtp/ssmtp-2.61/ldflags.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/ssmtp/ssmtp-2.61/ldflags.patch b/ssmtp/ssmtp-2.61/ldflags.patch
index e69de29bb2..0cbda2c85d 100644
--- a/ssmtp/ssmtp-2.61/ldflags.patch
+++ b/ssmtp/ssmtp-2.61/ldflags.patch
@@ -0,0 +1,24 @@
+
+#
+# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
+#
+
+--- ssmtp-2.60/Makefile.in~ldflags
++++ ssmtp-2.60/Makefile.in
+@@ -36,6 +36,7 @@
+
+
+ CFLAGS=-Wall @DEFS@ $(EXTRADEFS) @CFLAGS@
++LDFLAGS=@LDFLAGS@
+
+ .PHONY: all
+ all: ssmtp
+@@ -78,7 +79,7 @@
+
+ # Binaries:
+ ssmtp: $(OBJS)
+- $(CC) -o ssmtp $(OBJS) @LIBS@
++ $(CC) -o ssmtp $(OBJS) $(LDFLAGS) @LIBS@
+
+ .PHONY: clean
+ clean: