Fixing scripts

This commit is contained in:
Gavin Whelan 2014-04-09 14:16:03 -07:00
parent bb6ce3fee4
commit 6ed3ff3bda
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ ifeq ($(OS),osx)
OSLIBS=-framework CoreServices -framework CoreFoundation
endif
ifeq ($(OS),linux)
OSLIBS=-lcrypto -lpthread -lrt -lcurses
OSLIBS=-lcrypto -lpthread -lrt -lcurses -lssl
DEFINES=-D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
endif
ifeq ($(OS),bsd)

View File

@ -1,6 +1,6 @@
if [ ! -d "=build" ]; then
mkdir "=build"
libtoolize
(libtoolize || glibtoolize)
sh autogen.sh
cd "=build"
../configure --enable-maintainer-mode LDFLAGS=-pthread