Skip to content

Commit

Permalink
fixes bumptech#133 allowing for compilation on redhat derivatives tha…
Browse files Browse the repository at this point in the history
…t put libev in its own subdir. does not affect compilation on debian derivatives.
  • Loading branch information
David Kovach committed Nov 19, 2014
1 parent 19a7f19 commit 10de579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ PREFIX = /usr/local
BINDIR = $(PREFIX)/bin
MANDIR = $(PREFIX)/share/man

CFLAGS = -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include
CFLAGS = -O2 -g -std=c99 -fno-strict-aliasing -Wall -W -D_GNU_SOURCE -I/usr/local/include -I/usr/include/libev
LDFLAGS = -lssl -lcrypto -lev -L/usr/local/lib
OBJS = stud.o ringbuffer.o configuration.o

Expand Down

0 comments on commit 10de579

Please sign in to comment.