The Samba-Bugzilla – Attachment 4071 Details for
Bug 6266
Samba4 installs headers into the toplevel include path by default
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Make --enable-fhs the default.
Fix-bug-6266-Samba4-installs-headers-into-the-top.patch (text/plain), 573 bytes, created by
David King
on 2009-04-16 04:06:33 UTC
(
hide
)
Description:
Make --enable-fhs the default.
Filename:
MIME Type:
Creator:
David King
Created:
2009-04-16 04:06:33 UTC
Size:
573 bytes
patch
obsolete
>diff --git a/source4/build/m4/check_path.m4 b/source4/build/m4/check_path.m4 >index 1751a89..94c17da 100644 >--- a/source4/build/m4/check_path.m4 >+++ b/source4/build/m4/check_path.m4 >@@ -24,9 +24,9 @@ winbindd_privileged_socket_dir="${localstatedir}/lib/winbindd_privileged" > ntp_signd_socket_dir="${localstatedir}/run/ntp_signd" > > AC_ARG_ENABLE(fhs, >-[AS_HELP_STRING([--enable-fhs],[Use FHS-compliant paths (default=no)])], >+[AS_HELP_STRING([--enable-fhs],[Use FHS-compliant paths (default=yes)])], > [fhs=$enableval], >-[fhs=no] >+[fhs=yes] > ) > > if test x$fhs = xyes; then
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 6266
: 4071