diff options
Diffstat (limited to 'elfutils-32/Pkgfile')
-rw-r--r-- | elfutils-32/Pkgfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/elfutils-32/Pkgfile b/elfutils-32/Pkgfile index 74d8ff56..2a23c648 100644 --- a/elfutils-32/Pkgfile +++ b/elfutils-32/Pkgfile @@ -4,7 +4,7 @@ # Depends on: bzip2-32 elfutils xz-32 zlib-32 name=elfutils-32 -version=0.180 +version=0.181 release=1 source=(https://sourceware.org/${name%-*}/ftp/$version/${name%-*}-$version.tar.bz2) @@ -16,6 +16,7 @@ build() { --libdir=/usr/lib32 \ --program-prefix=eu- \ --disable-debuginfod \ + --disable-libdebuginfod \ --disable-nls make |