Using libvolmgt on older Solaris

This commit is contained in:
Thomas Schmitt 2014-12-21 22:26:33 +00:00
parent a47b59791e
commit 87c81bc7ad
4 changed files with 11 additions and 2 deletions

View File

@ -36,6 +36,14 @@ AC_DEFUN([TARGET_SHIZZLE],
# This may later be overridden by configure --enable-libdir-pkgconfig
LIBBURNIA_PKGCONFDIR=$(echo "$libdir" | sed 's/\/lib$/\/libdata/')/pkgconfig
;;
kfreebsd*-gnu)
ARCH=freebsd
LIBBURN_ARCH_LIBS=-lcam
;;
*-solaris*)
ARCH=solaris
LIBBURN_ARCH_LIBS=-lvolmgt
;;
*)
ARCH=
LIBBURN_ARCH_LIBS=

View File

@ -39,6 +39,7 @@ Prerequisites:
The tarball contains everything that is needed except the following system
components:
libc, libpthread
plus on Solaris: libvolmgt
plus on FreeBSD: libiconv, libcam, IDE and SATA drives need atapicam
Optional at compile time are:
libreadline and the readline-dev headers, or libedit and its header,

View File

@ -62,7 +62,7 @@ Images or add-on sessions may be written to about any kind of file object.
<DD>SATA drives need atapicam running or need to be driven by ahci.</DD>
<DD>libcam has to be installed.</DD>
<DD>libiconv has to be installed.</DD>
<DT>or Solaris, libc, libpthread :</DT>
<DT>or Solaris, libc, libpthread, libvolmgt :</DT>
<DD>Tested on kernel 5.11, hopefully suitable for older ones too.</DD>
<DT>or NetBSD, libc, libpthread :</DT>
<DD>Tested on 6.1.2 and 6.1.3, hopefully suitable for older ones too.</DD>

View File

@ -1 +1 @@
#define Xorriso_timestamP "2014.11.26.164605"
#define Xorriso_timestamP "2014.12.21.222445"