Bug 146752
| Summary: | rpm-4.4 sqlite.c uses endian.h, which isn't portable | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Anders F Björklund <afb> | ||||
| Component: | rpm | Assignee: | Jeff Johnson <jbj> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | Mike McLean <mikem> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | nobody+pnasrat | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2005-02-04 03:48:04 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Anders F Björklund
2005-02-01 10:17:11 UTC
Created attachment 110494 [details]
patch-sqllite.diff
needs better #ifdef
Nah, easier to do a runtime test than chase vendor peculiarities. Will do soonishly, thanks for the report. Vendor and vendor.. It's yet another BSD-versus-Linux issue. (I just used __APPLE__ since I knew that, without a lookup) But whatever autoconf/automake is easiest to do, would work... Runtime test in rpm-4_4 sqlite.c, also rpm-4.4.1-0.13
ftp://jbj.org/pub/rpm-macosx
getmntinfo is used there as well.
|