]> git.pld-linux.org Git - packages/netsurf.git/blob - optflags.patch
- updated to 3.4
[packages/netsurf.git] / optflags.patch
1 --- netsurf-3.3/Makefile.orig   2015-03-16 12:53:40.421670394 +0100
2 +++ netsurf-3.3/Makefile        2015-03-16 12:55:55.214273473 +0100
3 @@ -500,11 +500,11 @@
4  $(eval $(call pkg_config_find_and_add,libnsutils,nsutils))
5  
6  # Common libraries without pkg-config support
7 -LDFLAGS += -lz
8 +LDFLAGS += -lz $(OPTLDFLAGS)
9  
10  # add top level and build directory to include search path
11 -CFLAGS += -I. -I$(OBJROOT)
12 -CXXFLAGS += -I. -I$(OBJROOT)
13 +CFLAGS += -I. -I$(OBJROOT) $(OPTFLAGS)
14 +CXXFLAGS += -I. -I$(OBJROOT) $(OPTFLAGS)
15  
16  # export the user agent format
17  CFLAGS += -DNETSURF_UA_FORMAT_STRING=\"$(NETSURF_UA_FORMAT_STRING)\"
This page took 0.051831 seconds and 3 git commands to generate.