]> git.pld-linux.org Git - packages/iodine.git/blame - iodine-opt.patch
- BR: zlib-devel
[packages/iodine.git] / iodine-opt.patch
CommitLineData
61b85fe8 1diff -Nur iodine-0.5.2.orig/src/Makefile iodine-0.5.2/src/Makefile
2--- iodine-0.5.2.orig/src/Makefile 2009-03-21 14:07:49.000000000 +0100
3+++ iodine-0.5.2/src/Makefile 2010-01-27 01:29:26.000000000 +0100
4@@ -9,8 +9,9 @@
02679a7d
ER
5 ARCH = `uname -m`
6
61b85fe8 7 LIBPATH = -L.
02679a7d 8+OPTFLAGS = -g -Wall
61b85fe8 9 LDFLAGS = -lz `sh osflags $(TARGETOS) link` $(LIBPATH)
10-CFLAGS = -c -g -Wall -D$(OS) -pedantic `sh osflags $(TARGETOS) cflags`
02679a7d
ER
11+CFLAGS = -c $(OPTFLAGS) -D$(OS) -pedantic
12
eec3e5fc 13 all: stateos $(CLIENT) $(SERVER)
02679a7d 14
This page took 0.253605 seconds and 4 git commands to generate.