Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 452756 - dev-libs/libvformat-1.13-r1: use gblic str* functions
Summary: dev-libs/libvformat-1.13-r1: use gblic str* functions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo PDA project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2013-01-18 01:28 UTC by Raphaël Droz
Modified: 2013-01-18 16:20 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
so libvformat relies on glibc equivalent of bundled str* functions (libvformat-glibc-str.patch,697 bytes, patch)
2013-01-18 01:28 UTC, Raphaël Droz
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Raphaël Droz 2013-01-18 01:28:34 UTC
Created attachment 335990 [details, diff]
so libvformat relies on glibc equivalent of bundled str* functions

libvformat provides its own set of str* functions already (today) in most if not all libc (exception of STRICMP [strcasecmp]).
This patch fixes this.
Though a nicer solution would be to do a config.h.in.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-18 15:59:17 UTC
Debian has updated its patchset, so I am working on a new ebuild that incorporates those and this one.
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-18 16:14:31 UTC
Comment on attachment 335990 [details, diff]
so libvformat relies on glibc equivalent of bundled str* functions

Since we run autoheader anyway, simply including checks for these functions in configure.ac should do the trick.
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2013-01-18 16:20:53 UTC
Fixed in -r2. Thanks for the (partial) patch!