- Fix build on amd64
Reported by: QAT Tested by: miwi Approved by: miwi (mentor)
This commit is contained in:
parent
39c3eb5797
commit
ec96d7c810
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=229679
1 changed files with 11 additions and 0 deletions
11
net/torsocks/files/patch-Makefile.in
Normal file
11
net/torsocks/files/patch-Makefile.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/Makefile.in.orig 2009-03-08 15:25:38.000000000 +0100
|
||||
+++ src/Makefile.in 2009-03-08 15:25:53.000000000 +0100
|
||||
@@ -132,7 +132,7 @@
|
||||
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
||||
LDFLAGS = @LDFLAGS@
|
||||
LIBOBJS = @LIBOBJS@
|
||||
-LIBS = -ldl -lc -lresolv
|
||||
+LIBS = -lc
|
||||
LIBTOOL = @LIBTOOL@
|
||||
LIBTOOL_DEPS = @LIBTOOL_DEPS@
|
||||
LN_S = @LN_S@
|
Loading…
Reference in a new issue