summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbryner%netscape.com <devnull@localhost>2002-08-31 04:32:58 +0000
committerbryner%netscape.com <devnull@localhost>2002-08-31 04:32:58 +0000
commit32ed2017efd7ae9e50dd08c368d4af4b02b4c9bc (patch)
treebdd41dc27a98a8d0a08591c247b2e2ef69b28d15
parenta18636ef49ed8e0bab3c1217fc7f1f1962746af1 (diff)
downloadnss-hg-32ed2017efd7ae9e50dd08c368d4af4b02b4c9bc.tar.gz
Use -mdynamic-no-pic when building non-PIC code with gcc 3.1 on MacOS 10.2 (bug 165851). r=cls.
-rw-r--r--dbm/src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbm/src/Makefile.in b/dbm/src/Makefile.in
index d65e0f8e7..2898c5230 100644
--- a/dbm/src/Makefile.in
+++ b/dbm/src/Makefile.in
@@ -63,6 +63,7 @@ endif # WINNT
LOCAL_INCLUDES = -I$(srcdir)/../include
FORCE_STATIC_LIB = 1
+FORCE_USE_PIC = 1
include $(topsrcdir)/config/rules.mk