From 2fa07ef77177313248a94362e06cde95140fc917 Mon Sep 17 00:00:00 2001 From: darkeye Date: Mon, 27 Aug 2001 13:46:07 +0000 Subject: [PATCH] even better lamed shared library linkage --- darkice/trunk/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/darkice/trunk/configure.in b/darkice/trunk/configure.in index 8cc7723..ce8a13f 100644 --- a/darkice/trunk/configure.in +++ b/darkice/trunk/configure.in @@ -35,7 +35,7 @@ AC_ARG_WITH(lame-prefix, if test "x${LAME_LIB_LOC}" != "x" ; then AC_DEFINE(HAVE_LAME_LIB, 1, build with lame library calls) LAME_INCFLAGS="-I${LAME_INC_LOC}" - LAME_LDFLAGS="-L${LAME_LIB_LOC} -lmp3lame" + LAME_LDFLAGS="-Wl,--rpath -Wl,${LAME_LIB_LOC} -lmp3lame" AC_MSG_RESULT( "lame found at ${LAME_LIB_LOC}") else AC_MSG_ERROR( "lame library not found")