]> git.pld-linux.org Git - packages/geotool.git/blob - geotool-optflags.patch
- use /usr/share/GeoIP/GeoIP.dat if none specified
[packages/geotool.git] / geotool-optflags.patch
1 --- geotool-0.9.1-src/src/Makefile~     2006-08-12 15:25:37.000000000 +0300
2 +++ geotool-0.9.1-src/src/Makefile      2008-01-15 00:51:26.463561114 +0200
3 @@ -1,7 +1,8 @@
4  .PHONY: all clean distclean install uninstall
5  
6  CC=gcc
7 -CFLAGS=-I. -Wall -W -O3 -DHAVE_CONFIG_H
8 +CFLAGS=-Wall -W -O3
9 +CFLAGS=$(OPTFLAGS) -I. -DHAVE_CONFIG_H
10  LDFLAGS=-s
11  TARGET=geotool
12  
This page took 0.131225 seconds and 3 git commands to generate.