mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-02-03 11:47:16 +08:00
matching version in testing
This commit is contained in:
parent
0d8e359d4c
commit
c3350e2314
@ -49,16 +49,17 @@ build() {
|
|||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--without-tcl \
|
--without-tcl \
|
||||||
--enable-dns-for-realm \
|
--enable-dns-for-realm \
|
||||||
--with-ldap
|
--with-ldap \
|
||||||
|
--without-system-verto
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
check() {
|
#check() {
|
||||||
# We can't do this in the build directory.
|
# We can't do this in the build directory.
|
||||||
cd "${srcdir}/${_pkgbasename}-${pkgver}"
|
#cd "${srcdir}/${_pkgbasename}-${pkgver}"
|
||||||
make -C src check
|
#make -C src check
|
||||||
}
|
#}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
|
cd "${srcdir}/${_pkgbasename}-${pkgver}/src"
|
||||||
|
Loading…
Reference in New Issue
Block a user