Commit 7b8b7d98 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded elfutils to 0.180

parent 251be916
all: all:
tar xf elfutils-0.176.tar.bz2 tar xf elfutils-0.180.tar.bz2
cd elfutils-0.176 && ./configure --prefix=/usr cd elfutils-0.180 && ./configure --prefix=/usr --disable-debuginfod
$(MAKE) -C elfutils-0.176 $(MAKE) -C elfutils-0.180
-if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ -if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C elfutils-0.176 check ; \ $(MAKE) -C elfutils-0.180 check ; \
fi fi
$(MAKE) -C elfutils-0.176/libelf install $(MAKE) -C elfutils-0.180/libelf install
install -vm644 elfutils-0.176/config/libelf.pc /usr/lib/pkgconfig install -vm644 elfutils-0.180/config/libelf.pc /usr/lib/pkgconfig
rm -rf elfutils-0.176 rm -rf elfutils-0.180
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