Ronnie Sahlberg
947a1a7796
MAKEFILE: Add a distclean target
2011-02-07 21:46:57 +11:00
Ronnie Sahlberg
35821830d6
LD_ISCSI.SO LD_PRELOAD hack
...
ld_iscsi.so is a small LD_PRELOAD hack that can be used to make normal
unix utilities such as 'stat' and 'cat' become iSCSI 'aware' and fake
handling an iSCSI URL as a normal read-only file.
See README for examples.
2011-02-05 21:21:52 +11:00
Ronnie Sahlberg
71ec54603d
Solaris install fixes, solaris needs to use ginstall, not install and it does not have ldconfig
2011-01-03 11:15:50 +11:00
Ronnie Sahlberg
adfb7326e3
Solaris needs -lsocket and -lnsl and does not support gethostbyname2()
...
With these changes we build and work on solaris
2011-01-03 10:57:35 +11:00
Ronnie Sahlberg
f449b31150
Change makefile to use -O2 optimizations
2010-12-29 18:02:18 +11:00
Ronnie Sahlberg
d53b882682
MAKEFILE
...
Add md5.o to the makefile
2010-12-22 22:12:38 +11:00
Ronnie Sahlberg
3d3da6c6e3
include config.h from lib/socket.c and use this to conditionaly
...
compile code to set sin_len on platforms that require this field
in the sockaddr structures.
2010-12-05 13:53:41 +11:00
Ronnie Sahlberg
631954405a
add prefix exec_prefix libdir and bindir to the makefile
2010-12-05 13:40:48 +11:00
Ronnie Sahlberg
d7a1103e13
Add initial autoconf support to make it easier to get ported to
...
other platforms
2010-12-05 13:31:11 +11:00