diff options
Diffstat (limited to 'hints/epix.sh')
-rw-r--r-- | hints/epix.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hints/epix.sh b/hints/epix.sh index 9fd5c90e3f..25e357328f 100644 --- a/hints/epix.sh +++ b/hints/epix.sh @@ -61,6 +61,8 @@ if [ -r /usr/ucblib/libucb.a ]; then # If using BSD-compat. library: fi lddlflags="-G $ldflags" # Probably needed for dynamic loading +# We _do_ want the -L paths in ldflags, but we don't want the -non_shared. +lddlflags=`echo $lddlflags | sed 's/-non_shared//'` cat <<'EOM' >&4 |