Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP4:RebuildFactoryUpdates
swtpm
swtpm-fix-build.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File swtpm-fix-build.patch of Package swtpm
Index: swtpm-0.8.0/configure.ac =================================================================== --- swtpm-0.8.0.orig/configure.ac +++ swtpm-0.8.0/configure.ac @@ -418,11 +418,11 @@ if test "x$enable_hardening" != "xno"; t # Some versions of gcc fail with -Wstack-protector, # some with -Wstack-protector-strong enabled if ! $CC -fstack-protector-strong -Wstack-protector $srcdir/include/swtpm/tpm_ioctl.h 2>/dev/null; then - if $CC -fstack-protector -Wstack-protector $srcdir/include/swtpm/tpm_ioctl.h 2>/dev/null; then - HARDENING_CFLAGS="-fstack-protector -Wstack-protector" + if $CC -fstack-protector $srcdir/include/swtpm/tpm_ioctl.h 2>/dev/null; then + HARDENING_CFLAGS="-fstack-protector" fi else - HARDENING_CFLAGS="-fstack-protector-strong -Wstack-protector" + HARDENING_CFLAGS="-fstack-protector-strong" fi dnl Only support -D_FORTIFY_SOURCE=2 and have higher levels passed in by user
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor