mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
llvm.org@15 (#57)
* llvm.org@15 * this might be needed in other projects :(
This commit is contained in:
parent
6f50cb723e
commit
58701369e1
|
@ -1,5 +1,5 @@
|
|||
distributable:
|
||||
url: https://pkgconfig.freedesktop.org/releases/pkg-config-{{ version }}.tar.gz
|
||||
url: https://pkgconfig.freedesktop.org/releases/pkg-config-{{version}}.tar.gz
|
||||
strip-components: 1
|
||||
|
||||
provides:
|
||||
|
@ -31,6 +31,8 @@ build:
|
|||
- --with-internal-glib
|
||||
# otherwise the defaults are based on our {{prefix}}
|
||||
- --with-pc-path=/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||
# llvm15 changed this to hard error
|
||||
CFLAGS: -Wno-error=int-conversion
|
||||
|
||||
test:
|
||||
script: pkg-config --version
|
||||
|
|
|
@ -5,9 +5,6 @@ distributable:
|
|||
versions:
|
||||
github: llvm/llvm-project
|
||||
strip: /^LLVM /
|
||||
ignore: 15.y.z
|
||||
# ^^ won’t even build pkg-config lol
|
||||
# tested: [15.0.0]
|
||||
|
||||
provides:
|
||||
- bin/lld
|
||||
|
|
Loading…
Reference in a new issue