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:
@@ -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) \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user