Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 861257 Details for
Bug 1063151
Segmentation fault: 11
[?]
New
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.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to make it compile.
rpm-4.11.1-mac.patch (text/plain), 1.09 KB, created by
Mikkel Kruse Johnsen
on 2014-02-10 07:05:45 UTC
(
hide
)
Description:
Patch to make it compile.
Filename:
MIME Type:
Creator:
Mikkel Kruse Johnsen
Created:
2014-02-10 07:05:45 UTC
Size:
1.09 KB
patch
obsolete
>diff -Nur rpm-4.11.1.orig/lib/backend/db3.c rpm-4.11.1/lib/backend/db3.c >--- rpm-4.11.1.orig/lib/backend/db3.c 2013-06-10 17:55:10.000000000 +0200 >+++ rpm-4.11.1/lib/backend/db3.c 2014-01-14 13:31:47.000000000 +0100 >@@ -284,7 +284,7 @@ > void dbSetFSync(void *dbenv, int enable) > { > #ifdef HAVE_FDATASYNC >- db_env_set_func_fsync(enable ? fdatasync : fsync_disable); >+ db_env_set_func_fsync(enable ? fsync : fsync_disable); > #else > db_env_set_func_fsync(enable ? fsync : fsync_disable); > #endif >diff -Nur rpm-4.11.1.orig/system.h rpm-4.11.1/system.h >--- rpm-4.11.1.orig/system.h 2013-01-30 16:33:12.000000000 +0100 >+++ rpm-4.11.1/system.h 2014-01-14 13:31:27.000000000 +0100 >@@ -118,11 +118,11 @@ > #endif > #define setprogname(pn) > #else >-#define __progname program_name >-#define setprogname(pn) \ >- { if ((__progname = strrchr(pn, '/')) != NULL) __progname++; \ >- else __progname = pn; \ >- } >+//#define __progname program_name >+#define setprogname(pn) \ >+// { if ((__progname = strrchr(pn, '/')) != NULL) __progname++; \ >+// else __progname = pn; \ >+// } > #endif > extern const char *__progname; >
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 1063151
:
861257
|
868341