this repo has no description

Merge pull request #20343 from madroach/pkg-config

ocamlnet: request more paths from pkg-config

Changed files
+15 -1
packages
ocamlnet
ocamlnet.4.1.9-1
+13
packages/ocamlnet/ocamlnet.4.1.9-1/files/pkg-config.patch
···
···
+
diff --git code/src/nettls-gnutls/configure code/src/nettls-gnutls/configure
+
index 247ee47..341231a 100755
+
--- code/src/nettls-gnutls/configure
+
+++ code/src/nettls-gnutls/configure
+
@@ -9,7 +9,7 @@
+
have_gnutls=0
+
+
if [ -z "$PKG_CONFIG" ]; then
+
- PKG_CONFIG="pkg-config"
+
+ PKG_CONFIG="pkg-config --keep-system-cflags --keep-system-libs"
+
fi
+
+
if [ -z "$GNUTLS_LIBS" ]; then
+2 -1
packages/ocamlnet/ocamlnet.4.1.9-1/opam
···
doc: "http://projects.camlcity.org/projects/dl/ocamlnet-4.1.9/doc/html-main/index.html"
bug-reports: "https://gitlab.com/gerdstolpmann/lib-ocamlnet3/-/issues"
dev-repo: "git+https://gitlab.com/gerdstolpmann/lib-ocamlnet3.git"
-
patches: ["fix-version-number.patch"]
build: [
[
"env" "MAKE=%{make}%"
···
extra-files: [
["ocamlnet.install" "md5=ed54a9f3d6382ccc01ea1cf1af8f2c38"]
["fix-version-number.patch" "md5=23c41def93bfc8bdbd9805a36849fe74"]
]
url {
src: "http://download.camlcity.org/download/ocamlnet-4.1.9.tar.gz"
···
doc: "http://projects.camlcity.org/projects/dl/ocamlnet-4.1.9/doc/html-main/index.html"
bug-reports: "https://gitlab.com/gerdstolpmann/lib-ocamlnet3/-/issues"
dev-repo: "git+https://gitlab.com/gerdstolpmann/lib-ocamlnet3.git"
+
patches: ["fix-version-number.patch" "pkg-config.patch"]
build: [
[
"env" "MAKE=%{make}%"
···
extra-files: [
["ocamlnet.install" "md5=ed54a9f3d6382ccc01ea1cf1af8f2c38"]
["fix-version-number.patch" "md5=23c41def93bfc8bdbd9805a36849fe74"]
+
["pkg-config.patch" "md5=c8a13068b0edc9947e18b57510cff953"]
]
url {
src: "http://download.camlcity.org/download/ocamlnet-4.1.9.tar.gz"