mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-09 12:32:21 +03:00
Search pkg-config for libcares, too.
svn path=/trunk/netsurf/; revision=9004
This commit is contained in:
parent
43941c53e8
commit
9c9b5e9606
2
Makefile
2
Makefile
@ -256,7 +256,7 @@ ifeq ($(TARGET),riscos)
|
||||
LDFLAGS += -Xlinker -symbols=$(OBJROOT)/sym -lxml2 -lz -lm -lcurl -lcares
|
||||
LDFLAGS += -lssl -lcrypto -lhubbub -lcss -lparserutils -lwapcaplet
|
||||
else
|
||||
LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcurl openssl)
|
||||
LDFLAGS += $(shell $(PKG_CONFIG) --libs libxml-2.0 libcares libcurl openssl)
|
||||
LDFLAGS += $(shell $(PKG_CONFIG) --libs libhubbub libcss)
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user