modern debian no longer links the math library bt default
svn path=/trunk/netsurf/; revision=12150
This commit is contained in:
parent
ad12c46af5
commit
a65d235a17
|
@ -47,7 +47,7 @@ CFLAGS += -std=c99 -g -I. -Dsmall $(WARNFLAGS) \
|
|||
$(shell $(PKG_CONFIG) --cflags libnsfb libhubbub libcss openssl) \
|
||||
$(shell xml2-config --cflags)
|
||||
|
||||
LDFLAGS += -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive
|
||||
LDFLAGS += -lm -Wl,--whole-archive $(shell $(PKG_CONFIG) --libs libnsfb) -Wl,--no-whole-archive
|
||||
|
||||
ifeq ($(HOST),mint)
|
||||
# freemint does not support pkg-config for libcurl
|
||||
|
|
Loading…
Reference in New Issue