summaryrefslogtreecommitdiff
path: root/source4/lib/socket/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/socket/config.mk')
-rw-r--r--source4/lib/socket/config.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/socket/config.mk b/source4/lib/socket/config.mk
index 6217fbc079..e4719c3f67 100644
--- a/source4/lib/socket/config.mk
+++ b/source4/lib/socket/config.mk
@@ -5,6 +5,7 @@
SUBSYSTEM = SOCKET
INIT_OBJ_FILES = \
lib/socket/socket_ipv4.o
+NOPROTO=YES
# End MODULE socket_ipv4
################################################
@@ -14,6 +15,7 @@ INIT_OBJ_FILES = \
SUBSYSTEM = SOCKET
INIT_OBJ_FILES = \
lib/socket/socket_ipv6.o
+NOPROTO=YES
# End MODULE socket_ipv6
################################################
@@ -23,6 +25,7 @@ INIT_OBJ_FILES = \
SUBSYSTEM = SOCKET
INIT_OBJ_FILES = \
lib/socket/socket_unix.o
+NOPROTO=YES
# End MODULE socket_unix
################################################
@@ -33,5 +36,6 @@ INIT_OBJ_FILES = \
lib/socket/socket.o
ADD_OBJ_FILES = \
lib/socket/access.o
+NOPROTO=YES
# End SUBSYSTEM SOCKET
################################################