mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
Fixing scripts
This commit is contained in:
parent
bb6ce3fee4
commit
6ed3ff3bda
2
Makefile
2
Makefile
@ -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)
|
||||
|
@ -1,6 +1,6 @@
|
||||
if [ ! -d "=build" ]; then
|
||||
mkdir "=build"
|
||||
libtoolize
|
||||
(libtoolize || glibtoolize)
|
||||
sh autogen.sh
|
||||
cd "=build"
|
||||
../configure --enable-maintainer-mode LDFLAGS=-pthread
|
||||
|
Loading…
Reference in New Issue
Block a user