about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-10-05 02:40:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-10-05 02:40:32 +0000
commitc799a992a4081397fc7cb4da89eae16785de6030 (patch)
tree7b33d0d6f90f309da379f1bf699fc2635dc87fea /configure
parent6f770a9de51ca5b37646bc76a5c13386b2bfd078 (diff)
downloads6-linux-utils-c799a992a4081397fc7cb4da89eae16785de6030.tar.gz
s6-linux-utils-c799a992a4081397fc7cb4da89eae16785de6030.tar.xz
s6-linux-utils-c799a992a4081397fc7cb4da89eae16785de6030.zip
- remove s6-hiercopy (unused, moved to s6-portable-utils)
 - fix s6ps_otree when /proc isn't available
 - remove fucking -Bsymbolic
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index b1590fa..3ddb7e5 100755
--- a/configure
+++ b/configure
@@ -304,7 +304,6 @@ fi
 
 if $shared ; then
   tryldflag LDFLAGS_AUTO -Wl,--hash-style=both
-  tryldflag LDFLAGS_SHARED -Wl,-Bsymbolic
 fi
 
 LDFLAGS_SHARED="${LDFLAGS_SHARED}${addlibdpath}"