summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcls%seawood.org <devnull@localhost>2000-06-28 07:42:13 +0000
committercls%seawood.org <devnull@localhost>2000-06-28 07:42:13 +0000
commit9ceeb41fe393dae691449c90b887010735d733ac (patch)
treeba25ff91a400293c932bae9b8a2d5129f86b681a
parent4c4dd193b4a06a6e33e98bf312063a58b96106f4 (diff)
downloadnspr-hg-9ceeb41fe393dae691449c90b887010735d733ac.tar.gz
Do not explicitly link against -lc_r on OpenBSD. Bug #36467 r=wtc
-rw-r--r--config/OpenBSD.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/OpenBSD.mk b/config/OpenBSD.mk
index d7e1205e..b3314605 100644
--- a/config/OpenBSD.mk
+++ b/config/OpenBSD.mk
@@ -35,11 +35,9 @@ endif
OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe $(THREAD_FLAG) -DOPENBSD -DHAVE_STRERROR -DHAVE_BSD_FLOCK
ifeq ($(USE_PTHREADS),1)
-OS_LIBS = -lc_r
THREAD_FLAG += -pthread
# XXX probably should define _THREAD_SAFE too.
else
-OS_LIBS = -lc
DEFINES += -D_PR_LOCAL_THREADS_ONLY
endif