libtar: fix cross compile
This commit is contained in:
parent
e6c7e1194d
commit
cc1e475bff
|
@ -157,3 +157,6 @@ ac_cv_o_nonblock_inherited=${ac_cv_o_nonblock_inherited=no}
|
||||||
ac_cv_have_viz=yes
|
ac_cv_have_viz=yes
|
||||||
ac_cv_so_rcvtimeo_works=yes
|
ac_cv_so_rcvtimeo_works=yes
|
||||||
ac_cv_so_sndtimeo_works=yes
|
ac_cv_so_sndtimeo_works=yes
|
||||||
|
|
||||||
|
# libtar
|
||||||
|
compat_cv_func_makedev_three_args=no
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libtar'
|
# Template file for 'libtar'
|
||||||
pkgname=libtar
|
pkgname=libtar
|
||||||
version=1.2.11
|
version=1.2.11
|
||||||
revision=6
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="zlib-devel"
|
makedepends="zlib-devel"
|
||||||
short_desc="C library for manipulating POSIX tar files"
|
short_desc="C library for manipulating POSIX tar files"
|
||||||
|
|
Loading…
Reference in New Issue