gettext: add tests.
This commit is contained in:
parent
55111a6239
commit
e82cbd1779
|
@ -29,6 +29,10 @@ if [ "$CROSS_BUILD" ]; then
|
|||
}
|
||||
fi
|
||||
|
||||
do_check() {
|
||||
make check
|
||||
}
|
||||
|
||||
post_install() {
|
||||
# Fix conflict with musl.
|
||||
if [ -e ${DESTDIR}/usr/include/libintl.h ]; then
|
||||
|
|
Loading…
Reference in New Issue
Block a user