]> git.pld-linux.org Git - packages/netsurf.git/blob - nsfb-ldflags.patch
- updated to 3.4
[packages/netsurf.git] / nsfb-ldflags.patch
1 --- netsurf-3.4/framebuffer/Makefile.target.orig        2016-02-16 14:30:38.000000000 +0100
2 +++ netsurf-3.4/framebuffer/Makefile.target     2016-02-27 16:44:59.385032043 +0100
3 @@ -39,9 +39,7 @@ CFLAGS += -std=c99 -g -Dsmall \
4  LDFLAGS += -lm
5  
6  # non optional pkg-configed libs
7 -LDFLAGS += -Wl,--whole-archive
8  $(eval $(call pkg_config_find_and_add,libnsfb,libnsfb))
9 -LDFLAGS += -Wl,--no-whole-archive
10  
11  $(eval $(call pkg_config_find_and_add,openssl,OpenSSL))
12  
This page took 0.077797 seconds and 3 git commands to generate.