summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%google.com <devnull@localhost>2008-07-12 14:28:59 +0000
committerwtc%google.com <devnull@localhost>2008-07-12 14:28:59 +0000
commit0486fd511777e470a133470fd6d4a1cffecea96c (patch)
tree4d5a2394befd74cbfd11716e32d7109c0260a2dc
parentdcb28ee5e55fd4db73688ec0972c1ea2107aedfb (diff)
downloadnss-hg-0486fd511777e470a133470fd6d4a1cffecea96c.tar.gz
Bug 436806: On FreeBSD, assume elf instead of a.out if the objformat
utility is not available. The patch is contributed by Marco Perez <bugmail@millibyte.net>. r=wtc.
-rw-r--r--security/coreconf/FreeBSD.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/coreconf/FreeBSD.mk b/security/coreconf/FreeBSD.mk
index 080f37b2c..0b3d825ae 100644
--- a/security/coreconf/FreeBSD.mk
+++ b/security/coreconf/FreeBSD.mk
@@ -65,7 +65,7 @@ endif
ARCH = freebsd
-MOZ_OBJFORMAT := $(shell test -x /usr/bin/objformat && /usr/bin/objformat || echo aout)
+MOZ_OBJFORMAT := $(shell test -x /usr/bin/objformat && /usr/bin/objformat || echo elf)
ifeq ($(MOZ_OBJFORMAT),elf)
DLL_SUFFIX = so