summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2017-01-20 02:28:08 -0500
committerTim Harder <radhermit@gentoo.org>2017-01-20 02:29:58 -0500
commit58c4c02fb87e486ab09da55473a5318c05e55987 (patch)
tree473d25bb96a39c577ce039aa831a9898b149a11f /net-misc
parentdev-python/sphinx_celery: add package (diff)
downloadgentoo-58c4c02fb87e486ab09da55473a5318c05e55987.tar.gz
gentoo-58c4c02fb87e486ab09da55473a5318c05e55987.tar.bz2
gentoo-58c4c02fb87e486ab09da55473a5318c05e55987.zip
net-misc/proxychains: add missing linking libs
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/proxychains/files/proxychains-4.12-makefile.patch2
-rw-r--r--net-misc/proxychains/proxychains-4.12-r1.ebuild (renamed from net-misc/proxychains/proxychains-4.12.ebuild)0
2 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/proxychains/files/proxychains-4.12-makefile.patch b/net-misc/proxychains/files/proxychains-4.12-makefile.patch
index 4b3fe530e34f..98fdaacba6c0 100644
--- a/net-misc/proxychains/files/proxychains-4.12-makefile.patch
+++ b/net-misc/proxychains/files/proxychains-4.12-makefile.patch
@@ -33,7 +33,7 @@
$(LDSO_PATHNAME): $(LOBJS)
- $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) $(USER_LDFLAGS) \
- -shared -o $@ $(LOBJS)
-+ $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ $(LOBJS)
++ $(CC) $(LDFLAGS) $(LD_SET_SONAME)$(LDSO_PATHNAME) -shared $(PIC) -o $@ $(LOBJS) $(LIBS)
$(ALL_TOOLS): $(OBJS)
- $(CC) src/main.o src/common.o $(USER_LDFLAGS) -o $(PXCHAINS)
diff --git a/net-misc/proxychains/proxychains-4.12.ebuild b/net-misc/proxychains/proxychains-4.12-r1.ebuild
index 642d8ebef4d3..642d8ebef4d3 100644
--- a/net-misc/proxychains/proxychains-4.12.ebuild
+++ b/net-misc/proxychains/proxychains-4.12-r1.ebuild