Upgraded net/samba to 4.18.0 Discarded doinst.sh from extra/{mpv,v4l-utils} and gtk/{gcr,goffice,gsettings-desktop-schemas} Discarded gtk/gtk-sharp Repositioned nand-utils source extraction code inside a subshell in extra/mtd-utils Discarded code to remove tests in gtk/{atkmm,cairomm,libsoup} Disabled tests in build option of gtk/{gdk-pixbuf,gtk3,libdazzle} Fixed mkdir code in gtk/{gegl,gnome-desktop,gobject-introspection,libdazzle,libglade,libmanette} for aiding in resuming build Rewrote gtk/gnome-icon-theme pc file in the build file itself Fixed gtk/gtk2's doinst.sh Disabled static libraries compile in gtk/openjpeg Updated buildlist of net Fixed net/privoxy build file
15 lines
No EOL
556 B
Diff
15 lines
No EOL
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:
|