libtar: fix cross compile

This commit is contained in:
Enno Boland 2015-09-03 00:12:41 +02:00
parent e6c7e1194d
commit cc1e475bff
2 changed files with 4 additions and 1 deletions

View file

@ -157,3 +157,6 @@ ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
ac_cv_have_viz=yes
ac_cv_so_rcvtimeo_works=yes
ac_cv_so_sndtimeo_works=yes
# libtar
compat_cv_func_makedev_three_args=no

View file

@ -1,7 +1,7 @@
# Template file for 'libtar'
pkgname=libtar
version=1.2.11
revision=6
revision=7
build_style=gnu-configure
makedepends="zlib-devel"
short_desc="C library for manipulating POSIX tar files"