Hi,
On 29 September 2010 11:18, Debian Bug Tracking System
<[email protected]> wrote:
> Closes: 598418
> Changes:
> magics++ (2.10.0.dfsg-5) unstable; urgency=low
> .
> * CVE-2010-3393: Fix LD_LIBRARY_PATH edit. Closes: #598418.
> FFLAGS="@FFLAGS@"
> CPPLIBS="@CPPLIBS@"
>-python="@MAGICS_PYTHON@"
> py_dir="@PYTHON_SITE_PACKAGES_DIR@"
I don't think that was intentional, was it?
>+if test -h ${LD_LIBRARY_PATH}; then
>+ ldlib=${prefix}/lib
>+else
>+ ldlib=${prefix}/lib:${LD_LIBRARY_PATH}
>+fi
I don't get it, why are you using -h? LD_LIBRARY_PATH may contain one
directory or a colon-separated list of them.
Regards,
--
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]