gettext: remove libintl.h, conflicts with the musl header.
This commit is contained in:
parent
dd14562d14
commit
deb084fafa
|
@ -22,6 +22,12 @@ if [ "$CROSS_BUILD" ]; then
|
|||
}
|
||||
fi
|
||||
|
||||
post_install() {
|
||||
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then
|
||||
rm -f ${DESTDIR}/usr/include/libintl.h
|
||||
fi
|
||||
}
|
||||
|
||||
gettext-devel_package() {
|
||||
depends="gettext-libs>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in New Issue