Using libvolmgt on older Solaris
This commit is contained in:
parent
12f5b64b6e
commit
a19f4915b0
@ -36,6 +36,14 @@ AC_DEFUN([TARGET_SHIZZLE],
|
|||||||
# This may later be overridden by configure --enable-libdir-pkgconfig
|
# This may later be overridden by configure --enable-libdir-pkgconfig
|
||||||
LIBBURNIA_PKGCONFDIR=$(echo "$libdir" | sed 's/\/lib$/\/libdata/')/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=
|
ARCH=
|
||||||
LIBBURN_ARCH_LIBS=
|
LIBBURN_ARCH_LIBS=
|
||||||
|
@ -39,6 +39,7 @@ Prerequisites:
|
|||||||
The tarball contains everything that is needed except the following system
|
The tarball contains everything that is needed except the following system
|
||||||
components:
|
components:
|
||||||
libc, libpthread
|
libc, libpthread
|
||||||
|
plus on Solaris: libvolmgt
|
||||||
plus on FreeBSD: libiconv, libcam, IDE and SATA drives need atapicam
|
plus on FreeBSD: libiconv, libcam, IDE and SATA drives need atapicam
|
||||||
Optional at compile time are:
|
Optional at compile time are:
|
||||||
libreadline and the readline-dev headers, or libedit and its header,
|
libreadline and the readline-dev headers, or libedit and its header,
|
||||||
|
@ -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>SATA drives need atapicam running or need to be driven by ahci.</DD>
|
||||||
<DD>libcam has to be installed.</DD>
|
<DD>libcam has to be installed.</DD>
|
||||||
<DD>libiconv 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>
|
<DD>Tested on kernel 5.11, hopefully suitable for older ones too.</DD>
|
||||||
<DT>or NetBSD, libc, libpthread :</DT>
|
<DT>or NetBSD, libc, libpthread :</DT>
|
||||||
<DD>Tested on 6.1.2 and 6.1.3, hopefully suitable for older ones too.</DD>
|
<DD>Tested on 6.1.2 and 6.1.3, hopefully suitable for older ones too.</DD>
|
||||||
|
@ -1 +1 @@
|
|||||||
#define Xorriso_timestamP "2014.11.26.164605"
|
#define Xorriso_timestamP "2014.12.21.222445"
|
||||||
|
Loading…
Reference in New Issue
Block a user