The Samba-Bugzilla – Attachment 13461 Details for
Bug 12961
Solaris Studio C build issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
solarisstudio 12.3 do not support no-format-zero-length
cc-options.patch (text/plain), 934 bytes, created by
Jura Sasek
on 2017-08-12 23:06:19 UTC
(
hide
)
Description:
solarisstudio 12.3 do not support no-format-zero-length
Filename:
MIME Type:
Creator:
Jura Sasek
Created:
2017-08-12 23:06:19 UTC
Size:
934 bytes
patch
obsolete
>solarisstudio 12.3 do not support this >--- a/lib/replace/wscript 2017-07-25 02:05:53.000000000 +0000 >+++ b/lib/replace/wscript 2017-08-11 06:30:57.382808126 +0000 >@@ -81,6 +81,8 @@ > conf.CHECK_HEADERS('sys/atomic.h') > conf.CHECK_HEADERS('libgen.h') > >+ if conf.CHECK_CFLAGS('-Wno-format-zero-length'): >+ conf.define('HAVE_WNO_FORMAT_ZERO_LENGTH', '1') > if conf.CHECK_CFLAGS('-Wno-format-truncation'): > conf.define('HAVE_WNO_FORMAT_TRUNCATION', '1') > >@@ -714,7 +716,8 @@ > private_library=True, > deps='crypt dl nsl socket rt attr' + extra_libs) > >- replace_test_cflags="-Wno-format-zero-length" >+ if bld.CONFIG_SET('HAVE_WNO_FORMAT_ZERO_LENGTH'): >+ replace_test_cflags="-Wno-format-zero-length" > if bld.CONFIG_SET('HAVE_WNO_FORMAT_TRUNCATION'): > replace_test_cflags += " -Wno-format-truncation" > bld.SAMBA_SUBSYSTEM('replace-test',
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 12961
:
13461
|
13462
|
13463
|
13464
|
13474