mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
I don't see the bustage that the tinderbox does but this should fix it.
This commit is contained in:
parent
df864f92e9
commit
10e2bde3db
@ -56,4 +56,8 @@ REQUIRES = js img layer util
|
|||||||
|
|
||||||
include $(topsrcdir)/config/rules.mk
|
include $(topsrcdir)/config/rules.mk
|
||||||
|
|
||||||
|
ifeq ($(OS_ARCH), Linux)
|
||||||
|
DEFINES += -D_BSD_SOURCE
|
||||||
|
endif
|
||||||
|
|
||||||
$(LIBRARY): $(OBJS)
|
$(LIBRARY): $(OBJS)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user