diff options
author | Matthew Halpern <matt.halpern@consensys.net> | 2018-01-16 23:16:14 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2018-02-13 18:20:43 +0800 |
commit | da36c82a0a3fd7c1c55b959f5db68260d00a3a94 (patch) | |
tree | 31c3a1abeb0ea672bd2eec69f3b6f699308ddc19 /scripts | |
parent | f8810ef9e8891fb198eb213e4b32374d11ae4bbd (diff) | |
download | dexon-solidity-da36c82a0a3fd7c1c55b959f5db68260d00a3a94.tar.gz dexon-solidity-da36c82a0a3fd7c1c55b959f5db68260d00a3a94.tar.zst dexon-solidity-da36c82a0a3fd7c1c55b959f5db68260d00a3a94.zip |
Allow lllc to be installed
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/release_ppa.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/release_ppa.sh b/scripts/release_ppa.sh index 2dd43302..b314d00d 100755 --- a/scripts/release_ppa.sh +++ b/scripts/release_ppa.sh @@ -166,6 +166,9 @@ override_dh_auto_test: override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info + +override_dh_auto_configure: + dh_auto_configure -- -DINSTALL_LLLC=Off EOF cat <<EOF > debian/copyright Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |