Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Mar 2022 11:13:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 257659] openssl should provide .pc files for pkg-config
Message-ID:  <bug-257659-227-oqKyeZwGqp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-257659-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-257659-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257659

Tomoaki AOKI <junchoon@dec.sakura.ne.jp> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |junchoon@dec.sakura.ne.jp

--- Comment #1 from Tomoaki AOKI <junchoon@dec.sakura.ne.jp> ---
(In reply to Matthias Andree from comment #0)
+1 for providing 3 *.pc files.

With latest update to security/tpm2-tss, it forcibly pulls in security/open=
ssl
and causing some other ports depending on base openssl to fail.
See Bug 262569.

Adding 3 *.pc files, picked from stage directory of security/openssl with
partial modification, to /usr/libdata/pkgconfig and reverting partially sol=
ved
the issue.

Currently no idea where to store *.pc files under /usr/src and how to pick
them, I'll upload here the modified *.pc files later.

Candidates are:
  Put under /usr/src/secure/ and modify Makefile there for all 3 *.pc files.

  Put
    libcrypto.pc under /usr/src/secure/libcrypto/,
    libssl.pc under /usr/src/secure/libssl/,
    openssl.pc under /usr/src/secure/usr.bin/openssl/
  and modify each Makefile there.

Note that every supported releng/* branches would need different version
strings, while main, stable/13 and stable/12 are OK.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257659-227-oqKyeZwGqp>