summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorAllan McRae <allan@archlinux.org>2009-01-01 18:32:05 +0100
committerDan McGee <dan@archlinux.org>2009-01-03 07:17:15 +0100
commit1cc8ad6112ed07a71f356a6bb0f06f117b36b3b2 (patch)
tree8d20f9f4c643fc35f3a2b16b7f5bfb994d854d8e /etc
parent8f26bb9052fe1bb131d2062da4fcd917fc9ad4da (diff)
downloadpacman-1cc8ad6112ed07a71f356a6bb0f06f117b36b3b2.tar.gz
pacman-1cc8ad6112ed07a71f356a6bb0f06f117b36b3b2.tar.xz
makepkg: Add support for specifying LDFLAGS
Provide support for specifying LDFLAGS within makepkg.conf but leaves this undefined by default. Fixes FS#12542. Signed-off-by: Allan McRae <allan@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r--etc/makepkg.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/makepkg.conf.in b/etc/makepkg.conf.in
index 9872d5df..675e5f9b 100644
--- a/etc/makepkg.conf.in
+++ b/etc/makepkg.conf.in
@@ -31,6 +31,7 @@ CHOST="@CHOST@"
# -mtune optimizes for an architecture, but builds for whole processor family
CFLAGS="@CARCHFLAGS@-mtune=generic -O2 -pipe"
CXXFLAGS="@CARCHFLAGS@-mtune=generic -O2 -pipe"
+#LDFLAGS=""
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"