mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02:00
Merge branch 'wip/tingping/rtld-check-fix' into 'master'
build: Fix check for RTLD_NEXT See merge request GNOME/glib!782
This commit is contained in:
commit
0bf5a8ca00
@ -593,7 +593,7 @@ if cc.has_header_symbol('dlfcn.h', 'RTLD_GLOBAL')
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
have_rtld_next = false
|
have_rtld_next = false
|
||||||
if cc.has_header_symbol('dlfcn.h', 'RTLD_NEXT')
|
if cc.has_header_symbol('dlfcn.h', 'RTLD_NEXT', args: '-D_GNU_SOURCE')
|
||||||
have_rtld_next = true
|
have_rtld_next = true
|
||||||
glib_conf.set('HAVE_RTLD_NEXT', 1)
|
glib_conf.set('HAVE_RTLD_NEXT', 1)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user