Skip to content

Commit 1661d4e

Browse files
committed
fix libirecovery
1 parent cef30d0 commit 1661d4e

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/build_release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)