mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
pkgbase: install all libc test files into the tests package
(cherry picked from commit 3a9ddfa1ab46b492c861022ea254b3277ef74dde)
This commit is contained in:
parent
0e3acd5798
commit
77205dbc13
3 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ SHLIB_NAME= dynthr_mod.so
|
|||
SHLIBDIR= ${TESTSDIR}
|
||||
SRCS= dynthr_mod.c
|
||||
LIBADD= pthread
|
||||
PACKAGE= tests
|
||||
|
||||
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/:H}
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@ SHLIB_NAME= h_tls_dlopen.so
|
|||
SRCS= h_tls_dlopen.c
|
||||
|
||||
MAN=
|
||||
PACKAGE= tests
|
||||
|
||||
LIBDIR= ${TESTSBASE}/lib/libc/tls
|
||||
SHLIB_MAJOR= 1
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ SRCS= h_tls_dynamic.c
|
|||
LIBDIR= ${TESTSBASE}/lib/libc/tls
|
||||
SHLIBDIR= ${TESTSBASE}/lib/libc/tls
|
||||
SHLIB_MAJOR= 1
|
||||
PACKAGE= tests
|
||||
|
||||
WITHOUT_STATIC=
|
||||
WITHOUT_PROFILE=
|
||||
|
|
|
|||
Loading…
Reference in a new issue