Skip to content

Commit e1d1c10

Browse files
authored
Merge pull request #24526 from mtelvers/conf-libgsasl
Updated conf-libgsasl
2 parents 316bd0c + 7a1e6fd commit e1d1c10

File tree

2 files changed

+7
-8
lines changed
  • packages/conf-libgsasl/conf-libgsasl.1

2 files changed

+7
-8
lines changed

packages/conf-libgsasl/conf-libgsasl.1/files/test.c

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/conf-libgsasl/conf-libgsasl.1/opam

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,18 @@ authors: ["Simon Josefsson"]
44
homepage: "http://www.gnu.org/software/gsasl/"
55
bug-reports: "https://github.com/ocaml/opam-repository/issues"
66
license: "GPL-1.0-or-later"
7-
build: [["cc" "-c" "test.c"]]
7+
build: [["pkg-config" "libgsasl"]]
8+
depends: ["conf-pkg-config" {build}]
89
depexts: [
910
["libgsasl7-dev"] {os-family = "debian"}
1011
["gsasl"] {os = "macos" & os-distribution = "homebrew"}
12+
["libgsasl"] {os = "freebsd"}
13+
["libgsasl-dev"] {os-distribution = "alpine"}
14+
["libgsasl-devel"] {os-family = "suse" | os-family = "opensuse"}
15+
["libgsasl-devel"] {os-distribution = "fedora"}
16+
["gsasl"] {os-distribution = "arch"}
1117
]
1218
synopsis: "Virtual package relying on a GSASL lib system installation"
1319
description:
1420
"This package can only install if the GSASL lib is installed on the system."
15-
extra-files: ["test.c" "md5=7350e0fdcca0cf6c19efaf9b4862dee7"]
1621
flags: conf

0 commit comments

Comments
 (0)