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