[cpp-linbuild] 03/05: Remove special case for pkgconfig on gen 7 platforms

John W. O'Brien john at saltant.com
Fri Nov 7 15:47:51 UTC 2025


This is an automated email from the git hooks/post-receive script.

obrienjw pushed a commit to branch main
in repository cpp-linbuild.

View the commit online:
https://git.shibboleth.net/view/?p=cpp-linbuild.git;a=commit;h=6960ee56191a892098cba7f57813c75ffdb5e729

commit 6960ee56191a892098cba7f57813c75ffdb5e729
Author: John W. O'Brien <john at saltant.com>
AuthorDate: Fri Nov 7 15:23:58 2025 +0000

    Remove special case for pkgconfig on gen 7 platforms
---
 common/SPECS/shibboleth-sp.spec | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/common/SPECS/shibboleth-sp.spec b/common/SPECS/shibboleth-sp.spec
index 0df67c7..ce674be 100644
--- a/common/SPECS/shibboleth-sp.spec
+++ b/common/SPECS/shibboleth-sp.spec
@@ -54,13 +54,7 @@ the Shibboleth SP V4 Agent.
 %setup -q
 
 %build
-# This might go away, depends on pkconfig support for libcurl...
-%if 0%{?rhel} == 7
-    # includes Amazon Linux 2
-    %configure %{?_with_fastcgi} %{?shib_options} PKG_CONFIG_PATH=/opt/%{name}/%{_lib}/pkgconfig
-%else
-    %configure %{?_with_fastcgi} %{?shib_options}
-%endif
+%configure %{?_with_fastcgi} %{?shib_options}
 %{__make} pkgdocdir=%{pkgdocdir}
 
 %install

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list