Try to fix bug, and a little cleanup
This commit is contained in:
@@ -63,7 +63,7 @@ src_prepare() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
append-cppflags -D__STDC_CONSTANT_MACROS #321945
|
# this doesn't really work
|
||||||
append-ldflags -Wl,-z,noexecstack #212959
|
append-ldflags -Wl,-z,noexecstack #212959
|
||||||
|
|
||||||
local myconf
|
local myconf
|
||||||
@@ -94,7 +94,6 @@ src_install() {
|
|||||||
readarray -d '' HTML_DOCS < <(find doc/ \( -name \*.png -o -name \*.html -o -name \*.texi -o -name \*.swd \) -print0)
|
readarray -d '' HTML_DOCS < <(find doc/ \( -name \*.png -o -name \*.html -o -name \*.texi -o -name \*.swd \) -print0)
|
||||||
einstalldocs
|
einstalldocs
|
||||||
|
|
||||||
rm -rf "${D}"/usr/include
|
rm -rf "${ED}"/usr/include || die
|
||||||
|
find "${ED}" -name '*.la' -type f -delete || die
|
||||||
find "${D}" -name '*.la' -type f -delete || die
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user