You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/febootstrap/files/remove_all-static.patch

13 lines
379 B

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 }')