There was an error while loading. Please reload this page.
1 parent 33b965f commit 79f56b7Copy full SHA for 79f56b7
.travis.yml
@@ -15,7 +15,7 @@ install:
15
- sudo apt-get source curl
16
- sudo apt-get build-dep curl
17
- cd curl-*
18
- - sed -i 's/CONFIGURE_ARGS += --without-libssh2/CONFIGURE_ARGS += --with-libssh2/g' debian/rules
+ - sudo sed -i 's/CONFIGURE_ARGS += --without-libssh2/CONFIGURE_ARGS += --with-libssh2/g' debian/rules
19
# - wget https://bugs.launchpad.net/ubuntu/+source/curl/+bug/311029/+attachment/5234644/+files/ubuntu_libssl.patch
20
# - sudo patch debian/rules < /ubuntu_libssl.patch
21
- sudo dpkg-buildpackage -uc -us -b
0 commit comments