Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1747887 Details for
Bug 1914292
Review Request: tkrzw - Fast key-value storage
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Candidate patch to stop overriding build flags
tkrzw-0.9.3-do-not-override-build-flags.patch (text/plain), 1.36 KB, created by
Ben Beasley
on 2021-01-15 16:18:59 UTC
(
hide
)
Description:
Candidate patch to stop overriding build flags
Filename:
MIME Type:
Creator:
Ben Beasley
Created:
2021-01-15 16:18:59 UTC
Size:
1.36 KB
patch
obsolete
>diff -Naur tkrzw-0.9.3-original/configure.in tkrzw-0.9.3/configure.in >--- tkrzw-0.9.3-original/configure.in 2020-08-02 02:18:07.000000000 -0400 >+++ tkrzw-0.9.3/configure.in 2021-01-15 09:48:20.893224299 -0500 >@@ -21,13 +21,13 @@ > MYPCFILES="tkrzw.pc" > > # Building flags >-MYCFLAGS="-pthread -Wall -ansi -pedantic -fPIC -fsigned-char -g0 -O2" >-MYCXXFLAGS="-std=c++17 -pthread -Wall -fPIC -fsigned-char -g0 -O2" >-MYCPPFLAGS="-I. -I\$(INCLUDEDIR) -I/usr/local/include" >+MYCFLAGS="-pthread -fPIC -fsigned-char" >+MYCXXFLAGS="-std=c++17 -pthread -fPIC -fsigned-char" >+MYCPPFLAGS="-I. -I\$(INCLUDEDIR)" > MYCPPFLAGS="$MYCPPFLAGS -DNDEBUG -D_GNU_SOURCE=1 -D_ISOC99_SOURCE=1 -D_POSIX_C_SOURCE=200809L" > MYCPPFLAGS="$MYCPPFLAGS -D_FILE_OFFSET_BITS=64 -D_REENTRANT -D__EXTENSIONS__" >-MYLDFLAGS="-L. -L\$(LIBDIR) -L/usr/local/lib" >-MYCMDLDFLAGS="-L. -L\$(LIBDIR) -L/usr/local/lib" >+MYLDFLAGS="-L. -L\$(LIBDIR)" >+MYCMDLDFLAGS="-L. -L\$(LIBDIR)" > MYCMDLIBS="-ltkrzw" > MYTESTLIBS="-lgtest -lgmock -lpthread" > MYLDLIBPATH="" >@@ -168,13 +168,6 @@ > sed -e 's/-lpthread/-Wl,--whole-archive -lpthread -Wl,--no-whole-archive/'` > fi > >-# As-needed linking >-if uname | grep Linux >config.tmp >-then >- MYLDFLAGS="$MYLDFLAGS -Wl,-rpath-link,.:/usr/local/lib:$MYLDLIBPATH" >- MYLDFLAGS="$MYLDFLAGS -Wl,--as-needed" >-fi >- > # Shared libraries > if test "$enable_shared" != "no" && test "$enable_profile" != "yes" > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1914292
: 1747887 |
1747888