File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,7 @@ curl -fsSLO https://sqlite.org/2017/$SQLITE_AUTOCONF_VERSION.tar.gz
103103check_sha256sum $SQLITE_AUTOCONF_VERSION .tar.gz $SQLITE_AUTOCONF_HASH
104104tar xfz $SQLITE_AUTOCONF_VERSION .tar.gz
105105cd $SQLITE_AUTOCONF_VERSION
106- ./configure
107- make install
106+ do_standard_install
108107cd ..
109108rm -rf $SQLITE_AUTOCONF_VERSION *
110109
@@ -137,7 +136,7 @@ rm -rf /usr/local/ssl
137136curl -fsSL -o patchelf.tar.gz https://github.com/NixOS/patchelf/archive/$PATCHELF_VERSION .tar.gz
138137check_sha256sum patchelf.tar.gz $PATCHELF_HASH
139138tar -xzf patchelf.tar.gz
140- (cd patchelf-$PATCHELF_VERSION && ./bootstrap.sh && ./configure && make && make install )
139+ (cd patchelf-$PATCHELF_VERSION && ./bootstrap.sh && do_standard_install )
141140rm -rf patchelf.tar.gz patchelf-$PATCHELF_VERSION
142141
143142ln -s $PY36_BIN /auditwheel /usr/local/bin/auditwheel
You can’t perform that action at this time.
0 commit comments