Made sure that cdrskin on Solaris gets linked with libvolmgt

This commit is contained in:
Thomas Schmitt 2015-05-17 15:19:28 +00:00
parent 0f21c13420
commit 933fb04a2f
1 changed files with 3 additions and 3 deletions

View File

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