The Samba-Bugzilla – Attachment 3995 Details for
Bug 6190
build broken with old popt releases
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
fix for that
samba4-old-popt-fix.patch (text/plain), 1.14 KB, created by
Björn Jacke
on 2009-03-15 11:30:30 UTC
(
hide
)
Description:
fix for that
Filename:
MIME Type:
Creator:
Björn Jacke
Created:
2009-03-15 11:30:30 UTC
Size:
1.14 KB
patch
obsolete
>From 3d3f1b01b5f7caf42aba9992296282c6687f520b Mon Sep 17 00:00:00 2001 >From: =?utf-8?q?Bj=C3=B6rn=20Jacke?= <bj@sernet.de> >Date: Sun, 15 Mar 2009 17:26:21 +0100 >Subject: [PATCH] fix build on sles8 and other old popt installations > >--- > source4/lib/cmdline/popt_common.h | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/source4/lib/cmdline/popt_common.h b/source4/lib/cmdline/popt_common.h >index 733d12a..2f4ab2c 100644 >--- a/source4/lib/cmdline/popt_common.h >+++ b/source4/lib/cmdline/popt_common.h >@@ -28,6 +28,10 @@ extern struct poptOption popt_common_connection[]; > extern struct poptOption popt_common_version[]; > extern struct poptOption popt_common_credentials[]; > >+#ifndef POPT_TABLEEND >+#define POPT_TABLEEND { NULL, '\0', 0, 0, 0, NULL, NULL } >+#endif >+ > #define POPT_COMMON_SAMBA { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_samba, 0, "Common samba options:", NULL }, > #define POPT_COMMON_CONNECTION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_connection, 0, "Connection options:", NULL }, > #define POPT_COMMON_VERSION { NULL, 0, POPT_ARG_INCLUDE_TABLE, popt_common_version, 0, "Common samba options:", NULL }, >-- >1.6.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6190
: 3995