mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
debug: Do not link tst-sprintf-fortify-rdonly against the dlopen module
The test intends to load tst-sprintf-fortify-rdonly-dlopen.so via dlopen, and directly linking against it prevents that. Reviewed-by: Adhemerval Zanella Netto <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -187,9 +187,9 @@ CFLAGS-tst-sprintf-fortify-rdonly-dlopen.c += $(no-fortify-source) -D_FORTIFY_SO
|
||||
CFLAGS-tst-fortify-syslog.c += $(no-fortify-source) -D_FORTIFY_SOURCE=2
|
||||
CFLAGS-tst-fortify-wide.c += $(no-fortify-source) -D_FORTIFY_SOURCE=2
|
||||
|
||||
$(objpfx)tst-sprintf-fortify-rdonly: \
|
||||
$(objpfx)tst-sprintf-fortify-rdonly-mod.so \
|
||||
$(objpfx)tst-sprintf-fortify-rdonly-dlopen.so
|
||||
$(objpfx)tst-sprintf-fortify-rdonly: $(objpfx)tst-sprintf-fortify-rdonly-mod.so
|
||||
$(objpfx)tst-sprintf-fortify-rdonly.out: \
|
||||
$(objpfx)tst-sprintf-fortify-rdonly-dlopen.so
|
||||
|
||||
# _FORTIFY_SOURCE tests.
|
||||
# Auto-generate tests for _FORTIFY_SOURCE for different levels, compilers and
|
||||
|
Reference in New Issue
Block a user