Changed provixy patch

This commit is contained in:
Yourself
2014-12-06 19:48:43 +00:00
parent c62f5e6b31
commit 64cc5d9e60

View File

@@ -5,23 +5,14 @@
# Socket libraries for platforms that need them explicitly defined
-SOCKET_LIB = @SOCKET_LIB@
+SOCKET_LIB = -lnetwork
+SOCKET_LIB = @SOCKET_LIB@ -lnetwork
# PThreads library, if needed.
-PTHREAD_LIB = @PTHREAD_ONLY@@PTHREAD_LIB@
+PTHREAD_LIB =
+PTHREAD_LIB =
SRCS = $(C_SRC) $(W32_SRC) $(PCRS_SRC) $(PCRE_SRC) $(REGEX_SRC)
OBJS = $(C_OBJS) $(W32_OBJS) $(PCRS_OBJS) $(PCRE_OBJS) $(REGEX_OBJS)
@@ -239,7 +239,7 @@
# Win32 GUI build.
# The flag "-pthread" is required if using Pthreads under Linux (and
# possibly other OSs).
-SPECIAL_CFLAGS = @SPECIAL_CFLAGS@
+SPECIAL_CFLAGS =
# Add your flags here
OTHER_CFLAGS =
@@ -889,7 +889,7 @@
@# FIXME: group/user validation is overly convoluted.
@# If superuser install ... we require a minimum of group ownership