Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 72343 | Differences between
and this patch

Collapse All | Expand All

(-)SDL-1.2.6/configure.in.no_rpath (-1 / +1 lines)
Lines 2545-2551 Link Here
2545
# Set runtime shared library paths as needed
2545
# Set runtime shared library paths as needed
2546
2546
2547
if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
2547
if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
2548
  SDL_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
2548
  SDL_RLD_FLAGS=""
2549
fi
2549
fi
2550
if test $ARCH = solaris; then
2550
if test $ARCH = solaris; then
2551
  SDL_RLD_FLAGS="-R\${exec_prefix}/lib"
2551
  SDL_RLD_FLAGS="-R\${exec_prefix}/lib"

Return to bug 72343