Fixes for dragonflybsd
This commit is contained in:
10
src/GNUMakefile.dragonfly
Normal file
10
src/GNUMakefile.dragonfly
Normal file
@@ -0,0 +1,10 @@
|
||||
CC:= cc
|
||||
CFLAGS:= -std=gnu99 -I/usr/local/include
|
||||
LIBS:= -L/usr/local/lib -lsqlite3 -lutil -lm -lssl -lcrypto -lssh -liconv -lmosquitto
|
||||
|
||||
LIBTOOLIZE:= libtoolize
|
||||
|
||||
DEPS_LUA_TARGET:= dragonfly
|
||||
DEPS_JAMLIB_MAKEFILE:= Makefile.linux
|
||||
|
||||
include GNUmakefile.common
|
Reference in New Issue
Block a user