elfutils-32 0.176-1

This commit is contained in:
emmett1
2019-03-03 15:31:48 +08:00
parent 6864b54bf1
commit b1f7014f03

View File

@@ -2,10 +2,10 @@
# depends : elfutils
name=elfutils-32
version=0.175
version=0.176
release=1
source=(https://sourceware.org/ftp/elfutils/$version/elfutils-$version.tar.bz2)
md5sum=(9a02b0382b78cc2d515fb950275d4c02)
md5sum=(077e4f49320cad82bf17a997068b1db9)
build() {
cd elfutils-$version
@@ -14,12 +14,6 @@ build() {
export CXX="g++ -m32"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
# fix a file to be compatible with gcc-8
#sed -e '/ALIGN_PRSTATUS)/{
# s/__attribute/attribute_packed &/
# s/packed, //}' \
# -i backends/linux-core-note.c
./configure --prefix=/usr --libdir=/usr/lib32 --disable-textrelcheck
make
make DESTDIR=$PWD/DESTDIR install