diff options
author | cls%seawood.org <devnull@localhost> | 2001-06-18 22:08:21 +0000 |
---|---|---|
committer | cls%seawood.org <devnull@localhost> | 2001-06-18 22:08:21 +0000 |
commit | f45d0aabfff2d0f49a948ce1b0a64e92ed14dc5f (patch) | |
tree | 958085d888a70424b212301dc9df9a9f4efb2562 /dbm | |
parent | 9724937a4a03a1ac10d5d809c1af1f3e8c8d18ad (diff) | |
download | nss-hg-f45d0aabfff2d0f49a948ce1b0a64e92ed14dc5f.tar.gz |
Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC. Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
Diffstat (limited to 'dbm')
-rw-r--r-- | dbm/src/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dbm/src/Makefile.in b/dbm/src/Makefile.in index ef54dd675..216faa439 100644 --- a/dbm/src/Makefile.in +++ b/dbm/src/Makefile.in @@ -54,8 +54,7 @@ endif LOCAL_INCLUDES = -I$(srcdir)/../include -override NO_SHARED_LIB=1 -override NO_STATIC_LIB= +FORCE_STATIC_LIB = 1 include $(topsrcdir)/config/rules.mk |