mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-20 16:12:22 +01:00
15 lines
556 B
Diff
15 lines
556 B
Diff
diff --git a/source3/wscript b/source3/wscript
|
|
index b664b6f..db1fc8b 100644
|
|
--- a/source3/wscript
|
|
+++ b/source3/wscript
|
|
@@ -629,8 +629,8 @@ msg.msg_accrightslen = sizeof(fd);
|
|
headers='unistd.h sys/types.h dirent.h',
|
|
define='HAVE_DIRENT_D_OFF')
|
|
|
|
- if (conf.CONFIG_SET('HAVE_GETDOMAINNAME')):
|
|
- conf.DEFINE('HAVE_NETGROUP', '1')
|
|
+ # if (conf.CONFIG_SET('HAVE_GETDOMAINNAME')):
|
|
+ # conf.DEFINE('HAVE_NETGROUP', '1')
|
|
|
|
# Look for CUPS
|
|
if Options.options.with_cups:
|