More dragonfly fixes
This commit is contained in:
parent
943d5c0e18
commit
c3636ec6d5
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user