Commits
Andrea D'Amore authored cd04681c3d6
1 - | --- Makefile.orig 2013-05-25 17:53:41.000000000 -0500 |
2 - | +++ Makefile 2013-12-13 19:21:43.000000000 -0600 |
1 + | --- Makefile.orig 2014-01-27 00:30:17.000000000 +0100 |
2 + | +++ Makefile 2014-03-12 12:36:12.000000000 +0100 |
3 3 | |
4 - | -CFLAGS=-g -O2 -Wall -Wextra -Isrc -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 |
5 - | +CFLAGS=-g -O2 -Wall -Wextra -Isrc -pthread -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 |
4 + | -CFLAGS=-g -O2 -Wall -Wextra -Isrc -Isrc/polarssl/include -pthread -rdynamic -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 |
5 + | +CFLAGS=-g -O2 -Wall -Wextra -Isrc -Isrc/polarssl/include -pthread -DNDEBUG $(OPTFLAGS) -D_FILE_OFFSET_BITS=64 |
6 6 | LIBS=-lzmq -ldl -lsqlite3 $(OPTLIBS) |
7 7 | PREFIX?=/usr/local |
8 8 |