Skip to content

Commit

Permalink
wimlib: update to 1.13.6
Browse files Browse the repository at this point in the history
- Set RECONF as 0 to skip autoreconf step to fix build

log:

```
autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
sh: line 1: tools/get-version-number: No such file or directory
configure.ac:8: error: AC_INIT should be called with package and version arguments
/usr/share/aclocal-1.16/init.m4:29: AM_INIT_AUTOMAKE is expanded from...
configure.ac:8: the top level
autom4te: error: /usr/bin/m4 failed with exit status: 1
aclocal: error: /usr/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1
```
  • Loading branch information
eatradish committed Nov 17, 2022
1 parent e5698f7 commit 238cc4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions extra-utils/wimlib/autobuild/defines
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ PKGSUG="cdrkit mtools syslinux cabextract"
PKGDES="An open source, cross-platform library for creating, extracting, and modifying Windows Imaging (WIM) archives."

AUTOTOOLS_AFTER="--with-libcrypto --with-fuse --with-ntfs-3g"
RECONF=0
5 changes: 2 additions & 3 deletions extra-utils/wimlib/spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
VER=1.13.2
REL=1
VER=1.13.6
SRCS="tbl::https://wimlib.net/downloads/wimlib-$VER.tar.gz"
CHKSUMS="sha256::7295be7ef00d265aef4090c9d26af82097db651c5f8399db9d44c60f47f5a945"
CHKSUMS="sha256::0a0f9c1c0d3a2a76645535aeb0f62e03fc55914ca65f3a4d5599bb8b0260dbd9"
CHKUPDATE="anitya::id=16320"

0 comments on commit 238cc4b

Please sign in to comment.