public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/cryptsetup/files: 1.1.0-libudev.patch
@ 2010-04-23 19:35 Robin H. Johnson (robbat2)
  0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2010-04-23 19:35 UTC (permalink / raw
  To: gentoo-commits

robbat2     10/04/23 19:35:04

  Added:                1.1.0-libudev.patch
  Log:
  Bug #316571: Bring in libudev for devmapper.
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.1                  sys-fs/cryptsetup/files/1.1.0-libudev.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/files/1.1.0-libudev.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-fs/cryptsetup/files/1.1.0-libudev.patch?rev=1.1&content-type=text/plain

Index: 1.1.0-libudev.patch
===================================================================
diff -ur cryptsetup-1.1.0.orig/configure.in cryptsetup-1.1.0/configure.in
--- cryptsetup-1.1.0.orig/configure.in	2010-04-23 21:39:29.000000000 +0300
+++ cryptsetup-1.1.0/configure.in	2010-04-23 21:38:18.000000000 +0300
@@ -62,6 +62,11 @@
 
 dnl ==========================================================================
 
+saved_LIBS=$LIBS
+AC_CHECK_LIB([udev], [udev_queue_get_udev_is_active])
+AC_SUBST(UDEV_LIBS, $LIBS)
+LIBS=$saved_LIBS
+
 AC_ARG_ENABLE(shared-library,
 [  --disable-shared-library
                           disable building of shared cryptsetup library],,
diff -ur cryptsetup-1.1.0.orig/lib/Makefile.am cryptsetup-1.1.0/lib/Makefile.am
--- cryptsetup-1.1.0.orig/lib/Makefile.am	2009-12-30 18:29:28.000000000 +0200
+++ cryptsetup-1.1.0/lib/Makefile.am	2010-04-23 21:41:34.000000000 +0300
@@ -33,6 +33,7 @@
 libcryptsetup_la_LIBADD = \
 	@UUID_LIBS@				\
 	@DEVMAPPER_LIBS@			\
+	@UDEV_LIBS@				\
 	@LIBGCRYPT_LIBS@			\
 	../luks/libluks.la
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-23 19:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-23 19:35 [gentoo-commits] gentoo-x86 commit in sys-fs/cryptsetup/files: 1.1.0-libudev.patch Robin H. Johnson (robbat2)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox