All of lore.kernel.org
 help / color / mirror / Atom feed
From: Milan Broz <mbroz@redhat.com>
To: lvm-devel@redhat.com
Subject: [PATCH 1/3] Require stable libudev version and remove defines used for former unstable versions
Date: Mon, 21 Mar 2011 16:30:29 +0100	[thread overview]
Message-ID: <4D876F15.7050706@redhat.com> (raw)
In-Reply-To: <4D87636C.7090209@redhat.com>

On 03/21/2011 03:40 PM, Peter Rajnoha wrote:
> Libudev got stabilized in v143. Require that version directly in configure and
> remove "define LIBUDEV_I_KNOW_THE_API_IS_SUBJECT_TO_CHANGE" that was needed
> for unstable versions of libudev.

ack.

> -		     [UDEV_PC="libudev"; UDEV_LIBS="-ludev"],
> -		     [AC_MSG_ERROR([bailing out... libudev library is required])])
> +	PKG_CHECK_MODULES(UDEV, libudev >= 143, [UDEV_PC="libudev"],
> +			  [AC_MSG_ERROR([bailing out... libudev library version >= 143 is required])])

One day, someone, somewhere, somehow .... could fix static build here.. (UDEV_LIBS)

Milan



      parent reply	other threads:[~2011-03-21 15:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-21 14:40 [PATCH 1/3] Require stable libudev version and remove defines used for former unstable versions Peter Rajnoha
2011-03-21 15:17 ` Peter Rajnoha
2011-03-21 15:30 ` Milan Broz [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4D876F15.7050706@redhat.com \
    --to=mbroz@redhat.com \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.