musl-fts: enable shared library
This commit is contained in:
parent
71cfc05e1c
commit
ad87f66daa
|
@ -2217,3 +2217,4 @@ libkexiextendedwidgets.so.14 calligra-kexi-2.9.7_1
|
|||
libkexicore.so.14 calligra-kexi-2.9.7_1
|
||||
libkeximain.so.14 calligra-kexi-2.9.7_1
|
||||
libcalligrastageprivate.so.14 calligra-stage-2.9.7_1
|
||||
libfts.so.0 musl-fts-1.2_2
|
||||
|
|
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'musl-fts'
|
||||
pkgname=musl-fts
|
||||
version=1.2
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
configure_args="--disable-shared"
|
||||
only_for_archs="aarch64-musl armv6l-musl armv7l-musl i686-musl mips-musl mipsel-musl mipselhf-musl x86_64-musl"
|
||||
short_desc="Implementation of fts(3) for musl libc"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
|
|
Loading…
Reference in New Issue