- Avoid 'make' warning when libnids.a was not compiled with GLIB2 enabled.
This commit is contained in:
parent
89c6e61423
commit
4dedf5723d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186010
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
|
|||
# the corresponding library and additional linker flags.
|
||||
LIBNIDS_GLIB2?=
|
||||
.if exists(${LOCALBASE}/lib/libnids.a)
|
||||
LIBNIDS_GLIB2!= nm -u ${LOCALBASE}/lib/libnids.a | ${GREP} g_thread_init
|
||||
LIBNIDS_GLIB2!= nm -u ${LOCALBASE}/lib/libnids.a | ${GREP} g_thread_init || ${TRUE}
|
||||
.endif
|
||||
|
||||
.if !empty(LIBNIDS_GLIB2)
|
||||
|
|
Loading…
Reference in a new issue