link fails without -lm sometimes
This commit is contained in:
parent
5614af1536
commit
cd1cafbc57
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -18,6 +18,7 @@ LINKFLAGS += -L${PREFIX}/lib
|
|||
LINKFLAGS += `imlib2-config --libs`
|
||||
LINKFLAGS += `pkg-config --libs oggplay` -lvpx
|
||||
LINKFLAGS += ${LDFLAGS}
|
||||
LINKFLAGS += -lm
|
||||
|
||||
all: ${PROG}
|
||||
|
||||
|
|
Loading…
Reference in a new issue