summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbryner%netscape.com <devnull@localhost>2002-08-31 04:36:52 +0000
committerbryner%netscape.com <devnull@localhost>2002-08-31 04:36:52 +0000
commit200e63193144708a5903a3c8163689cef3298fe8 (patch)
tree8574f0a5bfc496a462edbf357777fc9508e40d03
parent83e29f0efe0ffa56953b8d1c4c07d311bb6ddf8e (diff)
downloadnss-hg-CHIMERA_0_6_RELEASE.tar.gz
Use -mdynamic-no-pic when building non-PIC code with gcc 3.1 on MacOS 10.2 (bug 165851). r=cls.CHIMERA_0_6_RELEASECHIMERA_0_5_RELEASECAMINO_0_7_RELEASE
-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