summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorKarel Zak2009-11-05 22:49:11 +0100
committerKarel Zak2009-11-05 22:49:26 +0100
commit495a87331a5c1803b905543b4beeb0b8cc71d373 (patch)
tree23547abfd5da3ef90275759b7d6a538838b3ea64 /config
parentbuild-sys: cleanup static building (diff)
downloadkernel-qcow2-util-linux-495a87331a5c1803b905543b4beeb0b8cc71d373.tar.gz
kernel-qcow2-util-linux-495a87331a5c1803b905543b4beeb0b8cc71d373.tar.xz
kernel-qcow2-util-linux-495a87331a5c1803b905543b4beeb0b8cc71d373.zip
build-sys: remove LT_STATIC_LDFLAGS
It was really stupid idea to use *_LDFLAGS for some global variable. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/include-Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/include-Makefile.am b/config/include-Makefile.am
index ae6414217..f00776958 100644
--- a/config/include-Makefile.am
+++ b/config/include-Makefile.am
@@ -3,9 +3,6 @@ AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
AM_CFLAGS = -fsigned-char
AM_LDFLAGS =
-# generic libtool options for static programs
-LT_STATIC_LDFLAGS = -all-static
-
# Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
# Unlike with other dist primaries, the files are not distributed if the
# conditional is false.