enca: rebuild to link against librecode on musl.
Probably due to librecode requiring a non-existing error() symbol on
musl (fixed in a7fba4f268
), enca when
built on musl wasn't linked against librecode.
This commit is contained in:
parent
284b2dfc60
commit
082cc41f05
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'enca'
|
||||
pkgname=enca
|
||||
version=1.19
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-external --disable-static ac_cv_file__dev_random=yes
|
||||
ac_cv_file__dev_urandom=yes ac_cv_file__dev_srandom=no
|
||||
|
|
Loading…
Reference in New Issue