[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8954: Patch from pnx to make configure.in link against libevent pr (tor/trunk)
Author: nickm
Date: 2006-11-14 20:25:06 -0500 (Tue, 14 Nov 2006)
New Revision: 8954
Modified:
tor/trunk/
tor/trunk/configure.in
Log:
r9324@totoro: nickm | 2006-11-14 20:21:43 -0500
Patch from pnx to make configure.in link against libevent properly on irix64. "This time for sure--presto!".
Property changes on: tor/trunk
___________________________________________________________________
svk:merge ticket from /tor/trunk [r9324] on 96637b51-b116-0410-a10e-9941ebb49b64
Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in 2006-11-14 20:20:42 UTC (rev 8953)
+++ tor/trunk/configure.in 2006-11-15 01:25:06 UTC (rev 8954)
@@ -260,7 +260,7 @@
saved_LDFLAGS="$LDFLAGS"
le_runs=no
linked_with=nothing
- for le_extra in "" "-Wl,-R$le_libdir" "-R$le_libdir" ; do
+ for le_extra in "" "-Wl,-R$le_libdir" "-R$le_libdir" "-Wl,-rpath,$le_libdir" ; do
LDFLAGS="$le_extra $saved_LDFLAGS"
AC_TRY_RUN([void *event_init(void);
int main(int c, char **v) {