summaryrefslogtreecommitdiffstats
path: root/unmaintained/mailx-support/mailx-support-ldflags.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-06-12 12:26:32 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-06-12 12:27:59 +0000
commitdca0ad5e0ff29400f0752010544dcf758b4bba4f (patch)
tree0a3ee62e38abeeaa12885253fec2e34d8c760563 /unmaintained/mailx-support/mailx-support-ldflags.patch
parent440b268ffe8bdc281286fea2d618820c08630f45 (diff)
downloadaports-dca0ad5e0ff29400f0752010544dcf758b4bba4f.tar.bz2
aports-dca0ad5e0ff29400f0752010544dcf758b4bba4f.tar.xz
rename unstable to unmaintained
stuff thats unmaintained could go here
Diffstat (limited to 'unmaintained/mailx-support/mailx-support-ldflags.patch')
-rw-r--r--unmaintained/mailx-support/mailx-support-ldflags.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/unmaintained/mailx-support/mailx-support-ldflags.patch b/unmaintained/mailx-support/mailx-support-ldflags.patch
new file mode 100644
index 000000000..97c5b6004
--- /dev/null
+++ b/unmaintained/mailx-support/mailx-support-ldflags.patch
@@ -0,0 +1,15 @@
+--- mailx-support-20060102.orig/Makefile
++++ mailx-support-20060102/Makefile
+@@ -17,10 +17,10 @@ clean:
+ ${RM} -f ${PRODUCTS} *.o
+
+ mail.local: mail.local.o locking.o open_with_exlock.o
+- ${CC} ${CFLAGS} -o $@ $^
++ ${CC} ${LDFLAGS} ${CFLAGS} -o $@ $^
+
+ lockspool: lockspool.o locking.o open_with_exlock.o
+- ${CC} ${CFLAGS} -o $@ $^
++ ${CC} ${LDFLAGS} ${BINDNOW_FLAGS} ${CFLAGS} -o $@ $^
+
+ .c.o:
+ ${CC} ${CFLAGS} -c -o $@ $^