File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -182,19 +182,14 @@ jobs:
182182 mv ${BUILD_SOURCE}/master.tar.gz ${BUILD_SOURCE}/libirecovery-master.tar.gz
183183 tar xf ${BUILD_SOURCE}/libirecovery-master.tar.gz -C ${BUILD_WORK}
184184
185- # Remove readline requirement
186- sed -i '/readline/,+2d' ${BUILD_WORK}/libirecovery-master/configure.ac
187- # Disable tools building
188- sed -i '/tools/d' ${BUILD_WORK}/libirecovery-master/configure.ac
189- sed -i 's/ tools//' ${BUILD_WORK}/libirecovery-master/Makefile.am
190-
191185 echo "${LIBIRECOVERY_VERSION}" > ${BUILD_WORK}/libirecovery-master/.tarball-version
192186
193187 cd ${BUILD_WORK}/libirecovery-master
194188 PACKAGE_VERSION=${LIBIRECOVERY_VERSION} ./autogen.sh \
195189 ${CONFIGURE_FLAGS} \
196190 --with-dummy \
197- --without-udev
191+ --without-udev \
192+ --without-tools
198193
199194 sed -i '30d' include/libirecovery.h
200195 sed -i '31,43d' include/libirecovery.h
You can’t perform that action at this time.
0 commit comments