]> git.pld-linux.org Git - packages/iodine.git/blame - iodine-opt.patch
- fix building with systemd 232
[packages/iodine.git] / iodine-opt.patch
CommitLineData
b790f1d8
JB
1--- iodine-0.7.0/src/Makefile.orig 2015-04-03 21:04:15.740821639 +0200
2+++ iodine-0.7.0/src/Makefile 2015-04-03 21:06:13.590819177 +0200
3@@ -8,8 +8,9 @@
02679a7d
ER
4 ARCH = `uname -m`
5
61b85fe8 6 LIBPATH = -L.
02679a7d 7+OPTFLAGS = -g -Wall
b790f1d8
JB
8 LDFLAGS += -lz `sh osflags $(TARGETOS) link` $(LIBPATH)
9-CFLAGS += -std=c99 -c -g -Wall -D$(OS) -pedantic `sh osflags $(TARGETOS) cflags`
10+CFLAGS += -std=c99 -c $(OPTFLAGS) -D$(OS) -pedantic
02679a7d 11
eec3e5fc 12 all: stateos $(CLIENT) $(SERVER)
02679a7d 13
This page took 0.050119 seconds and 5 git commands to generate.