Skip to content

Commit

Permalink
cp autoconf foo for fixing aarch64 build
Browse files Browse the repository at this point in the history
This is inspired by
flathub/io.github.OpenToonz@2a94630
I don't want to get into the business of redefining build-commands,
so I'm hoping that this achieves the same.
  • Loading branch information
muelli committed Mar 2, 2019
1 parent 1cd152f commit 4ec4e05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions org.wireshark.Wireshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ modules:
url: https://www.soft-switch.org/downloads/spandsp/spandsp-0.0.6.tar.gz
sha256: cc053ac67e8ac4bb992f258fd94f275a7872df959f6a87763965feabfdcc9465

- type: shell
commands:
- cp -p /usr/share/automake-*/config.{sub,guess} config

- name: sbc
cleanup:
- "/include"
Expand All @@ -136,6 +140,7 @@ modules:

- name: wireshark
buildsystem: cmake-ninja

cleanup:
- "/include"
- "/share/man"
Expand Down

0 comments on commit 4ec4e05

Please sign in to comment.