pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49375: bash fails to link with libintl when using clang
The following reply was made to PR pkg/49375; it has been noted by GNATS.
From: rodent%NetBSD.org@localhost
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/49375: bash fails to link with libintl when using clang
Date: Wed, 25 Feb 2015 15:37:57 -0500
Build on FreeBSD 10.1-STABLE/amd64 is broken still. We missed another one:
--- configure.orig 2014-02-11 15:38:00.000000000 +0000
+++ configure
@@ -8047,7 +8047,7 @@ fi
fi
if test "X$ltrpathdirs" != "X"; then
for found_dir in $ltrpathdirs; do
- LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-R$found_dir"
+ LTLIBICONV="${LTLIBICONV}${LTLIBICONV:+ }-Wl,-R$found_dir"
done
fi
@@ -8837,7 +8837,7 @@ fi
[...]
Sorry, i'd commit this myself if i were at my dev. station. Could you please
commit it when you have time? I'm away from dev. station until 2 Mar.
Home |
Main Index |
Thread Index |
Old Index