autoconf-archive-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #7215] ax_check_openssl.m4 broken on osx without pkg-config insta


From: anonymous
Subject: [patch #7215] ax_check_openssl.m4 broken on osx without pkg-config installed (typo?)
Date: Wed, 02 Jun 2010 10:29:54 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.9.2.5pre) Gecko/20100531 Namoroka/3.6.5pre

URL:
  <http://savannah.gnu.org/patch/?7215>

                 Summary: ax_check_openssl.m4 broken on osx without
pkg-config installed (typo?)
                 Project: GNU Autoconf Archive
            Submitted by: None
            Submitted on: Wed 02 Jun 2010 10:29:53 AM UTC
                Priority: 5 - Normal
                  Status: None
             Assigned to: None
        Originator Email: address@hidden
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:


there is no pkg-config on osx by default, so it tries to search standard
locations
but it checks it with
OPENSSL_LDFLAGS="-L $ssldir/lib"
and linker breaks on space, ie it should be
OPENSSL_LDFLAGS="-L$ssldir/lib"





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?7215>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]