[cpp-sp] 02/02: Missing RHEL pkgconfig files.
Scott Cantor
cantor.2 at osu.edu
Mon Jul 2 13:13:58 EDT 2018
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=0ad973a1e9c657e69f17ac250f13ce28187b3090
commit 0ad973a1e9c657e69f17ac250f13ce28187b3090
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Jul 2 13:13:50 2018 -0400
Missing RHEL pkgconfig files.
---
pkgconfig-workarounds/rh5/krb5-gssapi.pc | 7 +++++++
pkgconfig-workarounds/rh5/krb5.pc | 7 +++++++
pkgconfig-workarounds/rh5/mit-krb5-gssapi.pc | 7 +++++++
pkgconfig-workarounds/rh5/mit-krb5.pc | 7 +++++++
pkgconfig-workarounds/rh6/krb5-gssapi.pc | 7 +++++++
pkgconfig-workarounds/rh6/krb5.pc | 7 +++++++
pkgconfig-workarounds/rh6/mit-krb5-gssapi.pc | 7 +++++++
pkgconfig-workarounds/rh6/mit-krb5.pc | 7 +++++++
8 files changed, 56 insertions(+)
diff --git a/pkgconfig-workarounds/rh5/krb5-gssapi.pc b/pkgconfig-workarounds/rh5/krb5-gssapi.pc
new file mode 100644
index 0000000..617f021
--- /dev/null
+++ b/pkgconfig-workarounds/rh5/krb5-gssapi.pc
@@ -0,0 +1,7 @@
+vendor=MIT
+
+Name: krb5-gssapi
+Description: Kerberos implementation of the GSSAPI
+Version: 1.6.1
+Requires: mit-krb5-gssapi
+
diff --git a/pkgconfig-workarounds/rh5/krb5.pc b/pkgconfig-workarounds/rh5/krb5.pc
new file mode 100644
index 0000000..cf8a6b1
--- /dev/null
+++ b/pkgconfig-workarounds/rh5/krb5.pc
@@ -0,0 +1,7 @@
+vendor=MIT
+
+Name: krb5
+Description: An implementation of Kerberos network authentication
+Version: 1.6.1
+Requires: mit-krb5
+
diff --git a/pkgconfig-workarounds/rh5/mit-krb5-gssapi.pc b/pkgconfig-workarounds/rh5/mit-krb5-gssapi.pc
new file mode 100644
index 0000000..6a32fbb
--- /dev/null
+++ b/pkgconfig-workarounds/rh5/mit-krb5-gssapi.pc
@@ -0,0 +1,7 @@
+Name: mit-krb5-gssapi
+Description: Kerberos implementation of the GSSAPI
+Version: 1.6.1
+Requires.private: mit-krb5
+Cflags:
+Libs: -lgssapi_krb5
+
diff --git a/pkgconfig-workarounds/rh5/mit-krb5.pc b/pkgconfig-workarounds/rh5/mit-krb5.pc
new file mode 100644
index 0000000..e551510
--- /dev/null
+++ b/pkgconfig-workarounds/rh5/mit-krb5.pc
@@ -0,0 +1,7 @@
+Name: mit-krb5
+Description: An implementation of Kerberos network authentication
+Version: 1.6.1
+Cflags:
+Libs: -lkrb5 -lk5crypto -lcom_err
+Libs.private: -lkrb5support
+
diff --git a/pkgconfig-workarounds/rh6/krb5-gssapi.pc b/pkgconfig-workarounds/rh6/krb5-gssapi.pc
new file mode 100644
index 0000000..8a58e0e
--- /dev/null
+++ b/pkgconfig-workarounds/rh6/krb5-gssapi.pc
@@ -0,0 +1,7 @@
+vendor=MIT
+
+Name: krb5-gssapi
+Description: Kerberos implementation of the GSSAPI
+Version: 1.10.3
+Requires: mit-krb5-gssapi
+
diff --git a/pkgconfig-workarounds/rh6/krb5.pc b/pkgconfig-workarounds/rh6/krb5.pc
new file mode 100644
index 0000000..d015bba
--- /dev/null
+++ b/pkgconfig-workarounds/rh6/krb5.pc
@@ -0,0 +1,7 @@
+vendor=MIT
+
+Name: krb5
+Description: An implementation of Kerberos network authentication
+Version: 1.10.3
+Requires: mit-krb5
+
diff --git a/pkgconfig-workarounds/rh6/mit-krb5-gssapi.pc b/pkgconfig-workarounds/rh6/mit-krb5-gssapi.pc
new file mode 100644
index 0000000..a4db5ca
--- /dev/null
+++ b/pkgconfig-workarounds/rh6/mit-krb5-gssapi.pc
@@ -0,0 +1,7 @@
+Name: mit-krb5-gssapi
+Description: Kerberos implementation of the GSSAPI
+Version: 1.10.3
+Requires.private: mit-krb5
+Cflags:
+Libs: -lgssapi_krb5
+
diff --git a/pkgconfig-workarounds/rh6/mit-krb5.pc b/pkgconfig-workarounds/rh6/mit-krb5.pc
new file mode 100644
index 0000000..99b0e17
--- /dev/null
+++ b/pkgconfig-workarounds/rh6/mit-krb5.pc
@@ -0,0 +1,7 @@
+Name: mit-krb5
+Description: An implementation of Kerberos network authentication
+Version: 1.10.3
+Cflags:
+Libs: -lkrb5 -lk5crypto -lcom_err
+Libs.private: -lkrb5support
+
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list