Misc Linux fixes

This commit is contained in:
spider 1998-06-04 07:54:39 +00:00
parent 4362f48de0
commit d2cd620a00

View File

@ -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