summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrelyea%netscape.com <devnull@localhost>2005-06-20 23:52:11 +0000
committerrelyea%netscape.com <devnull@localhost>2005-06-20 23:52:11 +0000
commit8518dabb6af7641d7ebb71a6ed7ebfa966e40d32 (patch)
tree2efb32f329d6f635bdd0098d6b1fd5ac01a6cb1e
parent7b5ffad0b9007e773f2ace4ba585af5bb604102d (diff)
downloadnss-hg-8518dabb6af7641d7ebb71a6ed7ebfa966e40d32.tar.gz
1) remove the shell from the shared library.
2) force have_usleep to 1.
-rw-r--r--security/nss/lib/sqlite/config.mk2
-rw-r--r--security/nss/lib/sqlite/manifest.mn1
2 files changed, 2 insertions, 1 deletions
diff --git a/security/nss/lib/sqlite/config.mk b/security/nss/lib/sqlite/config.mk
index abe978532..41ceb2f9a 100644
--- a/security/nss/lib/sqlite/config.mk
+++ b/security/nss/lib/sqlite/config.mk
@@ -52,6 +52,8 @@ EXTRA_SHARED_LIBS += -lbe
endif
+CFLAGS += -DHAVE_USLEEP=1
+
ifeq ($(OS_TARGET),SunOS)
# The -R '$ORIGIN' linker option instructs this library to search for its
# dependencies in the same directory where it resides.
diff --git a/security/nss/lib/sqlite/manifest.mn b/security/nss/lib/sqlite/manifest.mn
index f71f5d1ee..a90c3f1ac 100644
--- a/security/nss/lib/sqlite/manifest.mn
+++ b/security/nss/lib/sqlite/manifest.mn
@@ -67,7 +67,6 @@ CSRCS = \
printf.c \
random.c \
select.c \
- shell.c \
table.c \
tokenize.c \
trigger.c \