Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 644842 Details for
Bug 728368
net-fs/samba-4.12.3-r1: Build fails in winexe example if mingw installed
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix compilation with --without-winexe
samba-4.13-winexe_example.patch (text/plain), 1.07 KB, created by
Bernd Feige
on 2020-06-15 13:50:27 UTC
(
hide
)
Description:
Patch to fix compilation with --without-winexe
Filename:
MIME Type:
Creator:
Bernd Feige
Created:
2020-06-15 13:50:27 UTC
Size:
1.07 KB
patch
obsolete
>Index: samba-4.12.3-abi_x86_64.amd64/examples/winexe/wscript_build >=================================================================== >--- samba-4.12.3-abi_x86_64.amd64.orig/examples/winexe/wscript_build >+++ samba-4.12.3-abi_x86_64.amd64/examples/winexe/wscript_build >@@ -65,7 +65,7 @@ const DATA_BLOB *%s(void) > > winexesvc_binaries = '' > >-if bld.env.WINEXE_CC_WIN32: >+if bld.env.build_winexe and bld.env.WINEXE_CC_WIN32: > bld.SAMBA_GENERATOR( > 'winexesvc32_exe', > source='winexesvc.c', >@@ -81,7 +81,7 @@ if bld.env.WINEXE_CC_WIN32: > rule=generate_winexesvc_c_from_exe) > winexesvc_binaries += ' winexesvc32_exe_binary.c' > >-if bld.env.WINEXE_CC_WIN64: >+if bld.env.build_winexe and bld.env.WINEXE_CC_WIN64: > bld.SAMBA_GENERATOR( > 'winexesvc64_exe', > source='winexesvc.c', >@@ -106,5 +106,4 @@ if winexesvc_binaries != '': > LOADPARM_CTX > libsmb > msrpc3 >- ''', >- enabled=bld.env.build_winexe) >+ ''')
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 728368
: 644842