Bug 600433: Build shlibsign for i386 in a Mac UB. r=ted a=b
--- a/security/manager/Makefile.in
+++ b/security/manager/Makefile.in
@@ -289,18 +289,20 @@ DEFAULT_GMAKE_FLAGS += \
OS_RELEASE="2.6" \
OS_LIBS= \
STANDARDS_CFLAGS="-std=gnu89" \
DSO_CFLAGS="$(CFLAGS) -DCHECK_FORK_GETPID -DRTLD_NOLOAD=0 -DANDROID_VERSION=$(ANDROID_VERSION) -include $(ABS_topsrcdir)/security/manager/android_stub.h" \
DSO_LDOPTS="-shared $(LDFLAGS) $(WRAP_MALLOC_CFLAGS) $(WRAP_MALLOC_LIB) " \
$(NULL)
endif
+ifndef UNIVERSAL_BINARY
SKIP_CHK=1
endif
+endif
ifdef WRAP_MALLOC_CFLAGS
DEFAULT_GMAKE_FLAGS += \
LDFLAGS="$(LDFLAGS) $(WRAP_MALLOC_CFLAGS) $(WRAP_MALLOC_LIB) " \
$(NULL)
endif
SUBMAKEFILES = boot/Makefile ssl/Makefile pki/Makefile locales/Makefile