RPM Community Forums

Mailing List Message of <rpm-devel>

Re: Testing for POPT earlier in configure.ac?

From: Jeff Johnson <n3npq@mac.com>
Date: Tue 05 Feb 2008 - 15:21:42 CET
Message-Id: <C4F91272-4E78-4643-924D-CE48AC504EDB@mac.com>

On Feb 5, 2008, at 8:41 AM, Jeff Johnson wrote:
>
> I'll attempt a 2ndary test for libossp-uuid ...
>

BTW, there's a minor issue with RPM_CHECK_LIB,
if one does '[uuid ossp-uuid]" using --with-uuid=external.

Reversing the order "works", gud enuf:

@@ -1084,7 +1084,7 @@ RPM_CHECK_LIB(
  dnl # OSSP uuid
  RPM_CHECK_LIB(
      [OSSP uuid], [uuid],
-    [uuid], [uuid_import], [uuid.h],
+    [ossp-uuid uuid], [uuid_import], [uuid.h],
      [no,external:none], [],
      [ dnl # enable OSSP uuid native API support for embedded Lua
        if test ".$WITH_LUA" = .yes; then

73 de Jeff
Received on Tue Feb 5 15:22:01 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.