Made sure that cdrskin on Solaris gets linked with libvolmgt

This commit is contained in:
Thomas Schmitt 2015-05-17 19:38:37 +00:00
parent 516df39cc7
commit e0167f9385
2 changed files with 4 additions and 4 deletions

View File

@ -18,13 +18,13 @@ AC_DEFUN([TARGET_SHIZZLE],
LIBBURNIA_LDCONFIG_CMD="echo 'No ldconfig run performed. If needed, configure manually for:'"
case $target_os in
linux*)
case $target in
*-*-linux*)
ARCH=linux
LIBBURN_ARCH_LIBS=
LIBBURNIA_LDCONFIG_CMD=ldconfig
;;
freebsd*)
*-*-freebsd*)
ARCH=freebsd
LIBBURN_ARCH_LIBS=-lcam
LIBBURNIA_PKGCONFDIR=$(echo "$libdir" | sed 's/\/lib$/\/libdata/')/pkgconfig

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2015.05.17.083420"
#define Cdrskin_timestamP "2015.05.17.193727"