diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:51:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-26 23:51:25 +0000 |
commit | 36df0f55b220cb8c873cc135d4f0aef0b543486c (patch) | |
tree | 4deb55e64e968177a5e7c1f078703a3bbb2e57bb | |
parent | 58fd0c1850e47a9d42cdc6ee094de1ceaa03944c (diff) |
disable -z now by default
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 3d913246e..3efe627e2 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1315,7 +1315,7 @@ config UCLIBC_BUILD_RELRO config UCLIBC_BUILD_NOW bool "Build uClibc with NOW" depends on HAVE_SHARED - default y + default n help Build all libraries and executables with -z now. |