I get the last code from the trunk and i make my own bash file for do the compilation:
mk-ubuntu
Code: Select all
#!/bin/bash
CC=gcc LINKER=g++ LIBCRYPT="crypto" POL_BUILDTAG=ubuntu CXX_MORE_OPTS="-O3 -DHAVE_OPENSSL -DNDEBUG -D_REENTRANT -DPOL_BUILDTAG='\"ubuntu\"'" make -f makefile.gcc $*
Kindest Regards,
ELSoft