Commit dfac0408 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded elfutils to 0.185

parent 7b8b7d98
all: all:
tar xf elfutils-0.180.tar.bz2 tar xf elfutils-0.185.tar.bz2
cd elfutils-0.180 && ./configure --prefix=/usr --disable-debuginfod cd elfutils-0.185 && ./configure --prefix=/usr --disable-debuginfod --disable-libdebuginfod
$(MAKE) -C elfutils-0.180 $(MAKE) -C elfutils-0.185
-if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ -if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C elfutils-0.180 check ; \ $(MAKE) -C elfutils-0.185 check ; \
fi fi
$(MAKE) -C elfutils-0.180/libelf install $(MAKE) -C elfutils-0.185/libelf install
install -vm644 elfutils-0.180/config/libelf.pc /usr/lib/pkgconfig install -vm644 elfutils-0.185/config/libelf.pc /usr/lib/pkgconfig
rm -rf elfutils-0.180 rm -rf elfutils-0.185
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment