[torsocks/osx] Use @libdir@ instead of @prefix@ in src/Makefile.am

23 Oct
2011
23 Oct
'11
6:27 p.m.
commit 917fc9b824e665aaa10ce0d4b986ff41b666e151 Author: Robert Hogan <robert@roberthogan.net> Date: Sun Dec 12 14:18:56 2010 +0000 Use @libdir@ instead of @prefix@ in src/Makefile.am Patch from Hicham Haouari. Fixes build for Fedora 64-bit. --- src/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index d5d1239..f0ae121 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ # Makefile used by configure to create real Makefile LIBS = -ldl -lc -lresolv -libdir = @prefix@/lib/torsocks +libdir = @libdir@/torsocks # Install helper programs #bin_PROGRAMS = validateconf inspectsocks saveme
4955
Age (days ago)
4955
Last active (days ago)
0 comments
1 participants
participants (1)
-
hoganrobert@torproject.org