mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/perl-http-server-simple: disable tests
This commit is contained in:
parent
0ceed72269
commit
966a9a7e34
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
pkgname=perl-http-server-simple
|
||||
_pkgreal=HTTP-Server-Simple
|
||||
pkgver=0.51
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Lightweight HTTP server"
|
||||
url="http://search.cpan.org/dist/HTTP-Server-Simple/"
|
||||
arch="noarch"
|
||||
|
@ -27,7 +27,7 @@ prepare() {
|
|||
build() {
|
||||
cd "$_builddir"
|
||||
export CFLAGS=`perl -MConfig -E 'say $Config{ccflags}'`
|
||||
make && make test
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue