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 eefb48f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions org.wireshark.Wireshark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ modules:

- name: wireshark
buildsystem: cmake-ninja

cleanup:
- "/include"
- "/share/man"
Expand All @@ -145,3 +146,8 @@ modules:
- type: archive
url: https://1.eu.dl.wireshark.org/src/wireshark-3.0.0.tar.xz
sha256: bc4f30f5b2e94f3a696fef9de44673cdf402db90aac5299966da647f708f009e

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

0 comments on commit eefb48f

Please sign in to comment.