View | Details | Raw Unified | Return to bug 26727
Collapse All | Expand All

(-)aalib/configure.in.orig (-1 / +1 lines)
Lines 374-380 esac Link Here
374
# Set runtime shared library paths as needed
374
# Set runtime shared library paths as needed
375
375
376
if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
376
if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
377
  AALIB_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
377
  AALIB_RLD_FLAGS=""
378
fi
378
fi
379
379
380
if test $ARCH = solaris; then
380
if test $ARCH = solaris; then
(-)aalib/configure.orig (-1 / +1 lines)
Lines 4316-4322 esac Link Here
4316
# Set runtime shared library paths as needed
4316
# Set runtime shared library paths as needed
4317
4317
4318
if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
4318
if test $ARCH = linux -o $ARCH = freebsd -o $ARCH = bsdi; then
4319
  AALIB_RLD_FLAGS="-Wl,-rpath,\${exec_prefix}/lib"
4319
  AALIB_RLD_FLAGS=""
4320
fi
4320
fi
4321
4321
4322
if test $ARCH = solaris; then
4322
if test $ARCH = solaris; then

Return to bug 26727