gettext: remove libintl.h, conflicts with the musl header.

This commit is contained in:
Juan RP 2014-12-28 05:10:55 +01:00
parent dd14562d14
commit deb084fafa

View file

@ -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"