Skip to content

Commit 6662053

Browse files
authored
Merge pull request #13611 from ethereum/fix-ppa-ubuntu-kinetic
Disable FETCHCONTENT_FULLY_DISCONNECTED on ppa release
2 parents 70b0fb6 + 6c16737 commit 6662053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release_ppa.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ override_dh_shlibdeps:
217217
dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
218218
219219
override_dh_auto_configure:
220-
dh_auto_configure -- -DTESTS=OFF ${CMAKE_OPTIONS}
220+
dh_auto_configure -- -DTESTS=OFF -DFETCHCONTENT_FULLY_DISCONNECTED=OFF ${CMAKE_OPTIONS}
221221
EOF
222222
cat <<EOF > debian/copyright
223223
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/

0 commit comments

Comments
 (0)