[packages/tsocks] - explicitly link with libc to solve unresolved symbols in library - rel 4
baggins
baggins at pld-linux.org
Fri Dec 6 20:42:38 CET 2013
commit 1e124df8066fd25cd92cf40f449410c73eed5273
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Fri Dec 6 20:42:15 2013 +0100
- explicitly link with libc to solve unresolved symbols in library
- rel 4
tsocks.spec | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tsocks.spec b/tsocks.spec
index 37423c2..e4c7e83 100644
--- a/tsocks.spec
+++ b/tsocks.spec
@@ -7,7 +7,7 @@ Summary(pl.UTF-8): tsocks - przezroczyste wsparcie dla SOCKS
Name: tsocks
Version: 1.8
%define _beta beta5
-Release: 0.%{_beta}.3
+Release: 0.%{_beta}.4
License: GPL v2
Group: Networking/Utilities
Source0: http://ftp1.sourceforge.net/tsocks/%{name}-%{version}%{_beta}.tar.gz
@@ -60,7 +60,7 @@ cp -f /usr/share/automake/config.sub .
%{__make} \
CFLAGS="%{rpmcflags}" \
- LIBS= \
+ LIBS="-lc" \
SAVE=
# empty SAVE= above is a trick: I don't see a point in building
# /usr/bin/saveme; besides, it implies BR: glibc-static
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/tsocks.git/commitdiff/1e124df8066fd25cd92cf40f449410c73eed5273
More information about the pld-cvs-commit
mailing list