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

hoganrobert at torproject.org hoganrobert at torproject.org
Sun Oct 23 18:27:13 UTC 2011


commit 917fc9b824e665aaa10ce0d4b986ff41b666e151
Author: Robert Hogan <robert at 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





More information about the tor-commits mailing list