summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2007-12-19 14:50:38 -0500
committerBill Nottingham <notting@redhat.com>2007-12-19 14:50:38 -0500
commit70306f69b24e0245479b2faa396c6cb4c472960e (patch)
treecfb834f052af1f04c2c42bb17cdc468b65235827 /Makefile.inc
parent3dbcade47f1ba90b49266acd1af039113b3cf72a (diff)
downloadanaconda-70306f69b24e0245479b2faa396c6cb4c472960e.tar.gz
anaconda-70306f69b24e0245479b2faa396c6cb4c472960e.tar.xz
anaconda-70306f69b24e0245479b2faa396c6cb4c472960e.zip
Switch to a dynamically linked stage 1.
- Use udev, not udev-static. - Include module-init-tools. - Link loader dynamically. - Split DSO dependency finder off into a separate functions file; use it in both mk-images and upd-instroot - Adjust mk-images to use it - Nuke hardcoded s390 library list for stage1 - Add non-DSO library deps to stage1 - libgcc (backtrace), libnss_files
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 5f3eb1c78..e3c3b091e 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -52,4 +52,4 @@ endif
# uncomment to build 32bit on an 64bit host
#M32FLAGS = -m32
CFLAGS = $(RPM_OPT_FLAGS) -Wall -Werror -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE=1 -D_LARGEFILE64_SOURCE=1 $(SELINUXFLAGS) $(M32FLAGS)
-LDFLAGS = $(M32FLAGS)
+LDFLAGS = $(M32FLAGS) -rdynamic