Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 316571
Collapse All | Expand All

(-)cryptsetup-1.1.0.orig/configure.in (+5 lines)
Lines 62-67 Link Here
62
62
63
dnl ==========================================================================
63
dnl ==========================================================================
64
64
65
saved_LIBS=$LIBS
66
AC_CHECK_LIB([udev], [udev_queue_get_udev_is_active])
67
AC_SUBST(UDEV_LIBS, $LIBS)
68
LIBS=$saved_LIBS
69
65
AC_ARG_ENABLE(shared-library,
70
AC_ARG_ENABLE(shared-library,
66
[  --disable-shared-library
71
[  --disable-shared-library
67
                          disable building of shared cryptsetup library],,
72
                          disable building of shared cryptsetup library],,
(-)cryptsetup-1.1.0.orig/lib/Makefile.am (+1 lines)
Lines 33-38 Link Here
33
libcryptsetup_la_LIBADD = \
33
libcryptsetup_la_LIBADD = \
34
	@UUID_LIBS@				\
34
	@UUID_LIBS@				\
35
	@DEVMAPPER_LIBS@			\
35
	@DEVMAPPER_LIBS@			\
36
	@UDEV_LIBS@				\
36
	@LIBGCRYPT_LIBS@			\
37
	@LIBGCRYPT_LIBS@			\
37
	../luks/libluks.la
38
	../luks/libluks.la
38
39

Return to bug 316571