* [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support
@ 2013-10-05 4:30 Axel Lin
2013-10-05 4:31 ` [Buildroot] [PATCH 2/2] proxychains-ng: bump to version 4.6 Axel Lin
2013-10-05 19:11 ` [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2013-10-05 4:30 UTC (permalink / raw)
To: buildroot
Fix below build error if BR2_PREFER_STATIC_LIB is set:
src/libproxychains.c:34:19: fatal error: dlfcn.h: No such file or directory
compilation terminated.
make[1]: *** [src/libproxychains.o] Error 1
In additional, the README file also mentions that this program works only on
dynamically linked programs.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
package/proxychains-ng/Config.in | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/package/proxychains-ng/Config.in b/package/proxychains-ng/Config.in
index 99e49bd..97eaa0c 100644
--- a/package/proxychains-ng/Config.in
+++ b/package/proxychains-ng/Config.in
@@ -1,10 +1,11 @@
config BR2_PACKAGE_PROXYCHAINS_NG
bool "proxychains-ng"
depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on !BR2_PREFER_STATIC_LIB
help
Force any tcp connections to flow through a proxy (or proxy chain)
https://github.com/rofl0r/proxychains
-comment "proxychains-ng needs a toolchain with thread support"
- depends on !BR2_TOOLCHAIN_HAS_THREADS
+comment "proxychains-ng needs a toolchain with thread and dynamic library support"
+ depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_PREFER_STATIC_LIB
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 2/2] proxychains-ng: bump to version 4.6
2013-10-05 4:30 [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support Axel Lin
@ 2013-10-05 4:31 ` Axel Lin
2013-10-05 19:11 ` [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Axel Lin @ 2013-10-05 4:31 UTC (permalink / raw)
To: buildroot
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
package/proxychains-ng/proxychains-ng.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/proxychains-ng/proxychains-ng.mk b/package/proxychains-ng/proxychains-ng.mk
index cc3e357..7c2ffbf 100644
--- a/package/proxychains-ng/proxychains-ng.mk
+++ b/package/proxychains-ng/proxychains-ng.mk
@@ -4,7 +4,7 @@
#
################################################################################
-PROXYCHAINS_NG_VERSION = 4.4
+PROXYCHAINS_NG_VERSION = 4.6
PROXYCHAINS_NG_SOURCE = proxychains-$(PROXYCHAINS_NG_VERSION).tar.bz2
PROXYCHAINS_NG_SITE = http://downloads.sourceforge.net/project/proxychains-ng
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support
2013-10-05 4:30 [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support Axel Lin
2013-10-05 4:31 ` [Buildroot] [PATCH 2/2] proxychains-ng: bump to version 4.6 Axel Lin
@ 2013-10-05 19:11 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2013-10-05 19:11 UTC (permalink / raw)
To: buildroot
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
Axel> Fix below build error if BR2_PREFER_STATIC_LIB is set:
Axel> src/libproxychains.c:34:19: fatal error: dlfcn.h: No such file or directory
Axel> compilation terminated.
Axel> make[1]: *** [src/libproxychains.o] Error 1
Axel> In additional, the README file also mentions that this program
Axel> works only on dynamically linked programs.
Committed both, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-10-05 19:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-05 4:30 [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support Axel Lin
2013-10-05 4:31 ` [Buildroot] [PATCH 2/2] proxychains-ng: bump to version 4.6 Axel Lin
2013-10-05 19:11 ` [Buildroot] [PATCH 1/2] proxychains-ng: needs dynamic library support Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox