diff options
Diffstat (limited to 'dlfcn')
-rw-r--r-- | dlfcn/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dlfcn/Makefile b/dlfcn/Makefile index 87dc60a1b2..65694165e6 100644 --- a/dlfcn/Makefile +++ b/dlfcn/Makefile @@ -35,7 +35,10 @@ endif libdl-shared-only-routines += eval ifeq (yes,$(build-shared)) -tests = glrefmain failtest tst-dladdr default errmsg1 tstatexit tstcxaatexit +tests = glrefmain failtest tst-dladdr default errmsg1 tstcxaatexit +ifeq (yes,$(have-protected)) +tests += tstatexit +endif endif modules-names = glreflib1 glreflib2 failtestmod defaultmod1 defaultmod2 \ errmsg1mod modatexit modcxaatexit |