mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
gnutls: build the test targets with -lgnu as they need memmem(3).
* Without the "-lgnu" we would get an undefined reference to `memmem' in function hsk_hook_cb (resume_x509-resume.o from tests/resume.c) * Define TEST_REQUIRES instead of TEST_PREREQUIRES, and drop cmd:cvs from it, as cvs is currently failing to build on x86_64. * No need to revbump as the changes only affect TEST().
This commit is contained in:
@@ -130,8 +130,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
TEST_PREREQUIRES="
|
||||
cmd:cvs
|
||||
TEST_REQUIRES="
|
||||
cmd:git
|
||||
"
|
||||
|
||||
@@ -169,5 +168,5 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
make check LIBS="-lgnu"
|
||||
}
|
||||
|
||||
@@ -129,8 +129,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
"
|
||||
|
||||
TEST_PREREQUIRES="
|
||||
cmd:cvs
|
||||
TEST_REQUIRES="
|
||||
cmd:git
|
||||
"
|
||||
|
||||
@@ -168,5 +167,5 @@ INSTALL()
|
||||
|
||||
TEST()
|
||||
{
|
||||
make check
|
||||
make check LIBS="-lgnu"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user