diff options
Diffstat (limited to 'recipes/ssmtp/ssmtp-2.61/ldflags.patch')
-rw-r--r-- | recipes/ssmtp/ssmtp-2.61/ldflags.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/ssmtp/ssmtp-2.61/ldflags.patch b/recipes/ssmtp/ssmtp-2.61/ldflags.patch new file mode 100644 index 0000000000..0cbda2c85d --- /dev/null +++ b/recipes/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: |