diff options
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 6c1ef94..f006421 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -151,7 +151,8 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-unload \ tst-sysconf \ tst-locale1 tst-locale2 \ - tst-umask1 + tst-umask1 \ + tst-popen1 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst |