Skip to content

Commit

Permalink
fix(lavinmq)
Browse files Browse the repository at this point in the history
 closes #7902
  • Loading branch information
jhheider committed Nov 13, 2024
1 parent b29ebae commit 4bf7800
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions projects/lavinmq.com/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ dependencies:

build:
dependencies:
gnu.org/make: ^4
gnu.org/gcc: ^14
crystal-lang.org: ~1.13
crystal-lang.org/shards: ~0.18
crystal-lang.org: ~1.14
crystal-lang.org/shards: '*'
lz4.org: ^1
gnu.org/help2man: '*'
etcd.io: '*'
script:
# else fix-machos.rb fails
- run: sed -i 's/--link-flags=-pie/--link-flags=-Wl,-pie,-headerpad_max_install_names/' Makefile
Expand All @@ -30,6 +29,8 @@ build:
- SYSCONFDIR="{{prefix}}/etc"
- SHAREDSTATEDIR="{{prefix}}/var"
- UNITDIR="{{prefix}}/etc"
- DOCS=
- CRYSTAL_FLAGS=-Dbake_static
CRYSTAL_PATH: './lib:$CRYSTAL_PATH'

provides:
Expand Down

0 comments on commit 4bf7800

Please sign in to comment.