Skip to content
Snippets Groups Projects
Commit 992a738c authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

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!".


svn:r8954
parent e77b2d59
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ AC_CACHE_CHECK([whether we need extra options to link libevent],
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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment