]> git.pld-linux.org Git - packages/poldek.git/commit
fix building without optimization
authorKacper Kornet <draenog@pld-linux.org>
Mon, 24 Mar 2014 08:00:05 +0000 (08:00 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Mon, 24 Mar 2014 10:00:52 +0000 (10:00 +0000)
commit3e975db66a1929811eee8cc00bbc61621f7212d7
tree0f8be0ece90fe881a3728dd6d075ff972225cf1e
parent9303febc9476af12c073a7f0e87aa0b1ede789a1
fix building without optimization

It fixes two issues:
1) poldek uses the traditional GNU semantics for inline functions, not
the C99 one. Therefore builds with -00 fail with undefined references
errors.

2) _option_is_end is not exported by glibc. Builds with optimization
succeed as it is also defined as an inline function in argp.h. The patch
renders also Os-fail-workaround.patch not necessary.
poldek-Os-fail-workaround.patch [deleted file]
poldek-glibc-internal.patch [new file with mode: 0644]
poldek.spec
This page took 0.027212 seconds and 4 git commands to generate.