Fixing build bustage. r=brendan.

git-svn-id: svn://10.0.0.236/trunk@103387 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2001-09-21 00:44:22 +00:00
parent 204d58e195
commit d3fdac2234
2 changed files with 8 additions and 0 deletions

View File

@@ -58,6 +58,10 @@ EXPORTS = $(MODULES_LIBJAR_LEXPORTS)
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
EXTRA_DSO_LDOPTS += \
-L$(DIST)/bin \
$(ZLIB_LIBS) \

View File

@@ -55,6 +55,10 @@ GARBAGE_DIRS += .deps
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH), Linux)
DEFINES += -D_BSD_SOURCE
endif
DEFINES += -DSTANDALONE
# Make sure that these custom rules stay in sync with rules.mk