Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/haad/proxychains.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Hamsik <haad@netbsd.org>2012-08-10 02:36:29 +0400
committerAdam Hamsik <haad@netbsd.org>2012-08-10 02:36:29 +0400
commit1c020ced1e97c697d6c927da0c0076835cb932b6 (patch)
tree9d2485f59cdd1f9cbc24d1ad3976208e4df594ff /Makefile
parent361889a2d29414a0277bc2f606e29d9a2067066a (diff)
Port Proxychains to NetBSD.proxychains-4.2.0devel
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 422c0f7..763112d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ OBJS = $(SRCS:.c=.o)
LOBJS = src/core.o src/common.o src/libproxychains.o
CCFLAGS = -Wall -O2 -g -std=c99 -D_GNU_SOURCE -pipe -DTHREAD_SAFE -Werror
-LDFLAGS = -shared -fPIC -ldl -lpthread
+LDFLAGS = -shared -fPIC -lpthread
INC =
PIC = -fPIC
AR = $(CROSS_COMPILE)ar