Mageia Bugzilla – Attachment 13054 Details for
Bug 29742
guayadeque crashes on i586 but not on x86_64; packaging problem with Mageia's build flag macro
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
modified buildd script
buildd-modified (text/plain), 1.11 KB, created by
Philippe Didier
on 2021-12-16 16:13:31 CET
(
hide
)
Description:
modified buildd script
Filename:
MIME Type:
Creator:
Philippe Didier
Created:
2021-12-16 16:13:31 CET
Size:
1.11 KB
patch
obsolete
>#!/bin/bash > ># avoid full rebuild if script is runs from symlinked location >cd $(readlink -f $(dirname $0)) > >./buildt >rm CMakeCache.txt >cmake ${1} . \ > -DCMAKE_BUILD_TYPE='Debug' \ > -DCMAKE_INSTALL_PREFIX=/usr \ > -DCMAKE_CXX_STANDARD="11" \ > && make ${2} > CFLAGS="${CFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables}" ; export CFLAGS ; > CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables}" ; export CXXFLAGS ; > FFLAGS="${FFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables }" ; export FFLAGS ; > FCFLAGS="${FCFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables }" ; export FCFLAGS ; > LDFLAGS="${LDFLAGS:- -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags}" ; export LDFLAGS
#!/bin/bash # avoid full rebuild if script is runs from symlinked location cd $(readlink -f $(dirname $0)) ./buildt rm CMakeCache.txt cmake ${1} . \ -DCMAKE_BUILD_TYPE='Debug' \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_CXX_STANDARD="11" \ && make ${2} CFLAGS="${CFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables}" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables}" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables }" ; export FFLAGS ; FCFLAGS="${FCFLAGS:--O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables }" ; export FCFLAGS ; LDFLAGS="${LDFLAGS:- -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags}" ; export LDFLAGS
View Attachment As Raw
Actions:
View
Attachments on
bug 29742
:
13024
|
13028
|
13050
|
13053
| 13054