summaryrefslogtreecommitdiff
blob: 4f0f16e79b921b782788474b4aa1071fd0c9d635 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/helper/Makefile.am b/helper/Makefile.am
--- a/helper/Makefile.am
+++ b/helper/Makefile.am
@@ -40,7 +40,7 @@
 noinst_PROGRAMS = init
 init_SOURCES = init.c
 init_CFLAGS = -static
-init_LDFLAGS = -all-static
+init_LDFLAGS = -static
 
 # http://www.doof.me.uk/2010/05/07/cute-objcopy-hack/
 ELF_DEFAULT_ARCH = $(shell $(srcdir)/elf-default-arch | gawk '{ print $$1 }')