]> git.pld-linux.org Git - packages/netsurf.git/blob - optflags.patch
- updated to 3.10
[packages/netsurf.git] / optflags.patch
1 --- netsurf-3.6/Makefile.orig   2016-11-19 14:37:41.000000000 +0100
2 +++ netsurf-3.6/Makefile        2016-11-21 14:50:30.664966026 +0100
3 @@ -530,7 +530,7 @@
4  $(eval $(call pkg_config_find_and_add,libutf8proc,utf8proc))
5  
6  # Common libraries without pkg-config support
7 -LDFLAGS += -lz
8 +LDFLAGS += -lz $(OPTLDFLAGS)
9  
10  # Optional libraries with pkgconfig
11  
This page took 0.127622 seconds and 3 git commands to generate.