diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-04-06 13:49:35 -0700 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2012-04-06 13:49:35 -0700 |
commit | 62470f605ed931f88fb1993f4440d5bb02afa2b1 (patch) | |
tree | 5a52238f0bbc400ec5d72ebc2f0493cd9dbbc549 /nss/Makefile | |
parent | f23a86baf73e610843ac723fbdd59e7234e6d31d (diff) | |
download | glibc-62470f605ed931f88fb1993f4440d5bb02afa2b1.tar.gz glibc-62470f605ed931f88fb1993f4440d5bb02afa2b1.tar.xz glibc-62470f605ed931f88fb1993f4440d5bb02afa2b1.zip |
2012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
[BZ #13895] * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid extra indirection. * nss/Makefile (tests-static, tests): Add tst-nss-static. * nss/tst-nss-static.c: New.
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nss/Makefile b/nss/Makefile index 54d50d051c..a272ebe13d 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -75,6 +75,8 @@ libnss_db-inhibit-o = $(filter-out .os,$(object-suffixes)) ifeq ($(build-static-nss),yes) routines += $(libnss_files-routines) static-only-routines += $(libnss_files-routines) +tests-static = tst-nss-static +tests += $(tests-static) endif include ../Rules |