mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
Misc Linux fixes
This commit is contained in:
parent
4362f48de0
commit
d2cd620a00
@ -54,7 +54,7 @@ ifeq ($(OS_RELEASE),2.0)
|
||||
endif
|
||||
|
||||
OS_CFLAGS = $(DSO_CFLAGS) $(OS_REL_CFLAGS) -ansi -Wall -pipe -DLINUX -Dlinux -D_POSIX_SOURCE -D_BSD_SOURCE -DHAVE_STRERROR
|
||||
OS_LIBS += -L/lib -ldl -lc
|
||||
OS_LIBS += -L/usr/X11R6/lib -L/lib -ldl -lc
|
||||
|
||||
ifdef USE_PTHREADS
|
||||
DEFINES += -D_REENTRANT -D_PR_NEED_FAKE_POLL
|
||||
|
Loading…
Reference in New Issue
Block a user