More dragonfly fixes

This commit is contained in:
Andrew Pamment 2018-10-12 18:11:05 +10:00
parent 943d5c0e18
commit c3636ec6d5
2 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,7 @@ ${JSMN}:
cd ${DEPSDIR}/jsmn/ && ${MAKE} CC=${CC}
${CDK}:
cd ${DEPSDIR}/cdk-5.0-20161210/ && ./configure --with-ncurses && ${MAKE} CC=${CC}
cd ${DEPSDIR}/cdk-5.0-20161210/ && ./configure --with-ncurses ${DEPS_CDK_OPTS} && ${MAKE} CC=${CC}
${UUID}:
rm ${DEPSDIR}/libuuid/ltmain.sh ${DEPSDIR}/libuuid/libtool || true

View File

@ -4,6 +4,8 @@ LIBS:= -L/usr/local/lib -lsqlite3 -lutil -lm -lssl -lcrypto -lssh -liconv -lmo
LIBTOOLIZE:= libtoolize
DEPS_CDK_OPTS:= --with-curses-dir=/usr/local
DEPS_LUA_TARGET:= dragonfly
DEPS_JAMLIB_MAKEFILE:= Makefile.linux