expython needs pthreads to link under irix (prolly a python 2.2

requirement).
This commit is contained in:
Chris Want 2003-06-28 03:47:05 +00:00
parent 1323315937
commit 569a32a2ea

@ -80,7 +80,11 @@ endif
ifeq ($(OS),irix)
LLIBS = -lmovieGL -lGLU -lGL -lXmu -lXext -lX11 -lc -lm -ldmedia
LLIBS += -lcl -laudio -ldb -lCio -lz -woff 84,171
LLIBS += -lcl -laudio -ldb -lCio -lz
ifeq ($(EXPYTHON), true)
LLIBS += -lpthread
endif
LLIBS += -woff 84,171
DYNLDFLAGS = -shared $(LDFLAGS)
endif