Commit b85c6166 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded procps-ng to 3.3.16

parent f5ae731d
all: all:
tar xf procps-ng-3.3.15.tar.xz tar xf procps-ng-3.3.16.tar.xz
cd procps-ng-3.3.15 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --exec-prefix= --libdir=/usr/lib --docdir=/usr/share/doc/procps-ng-3.3.15 --disable-static --disable-kill --with-systemd cd procps-ng-3.3.16 && ./configure --build=$(CLFS_TARGET) --prefix=/usr --exec-prefix= --libdir=/usr/lib --docdir=/usr/share/doc/procps-ng-3.3.16 --disable-static --disable-kill --with-systemd
$(MAKE) -C procps-ng-3.3.15 $(MAKE) -C procps-ng-3.3.16
cd procps-ng-3.3.15 && sed -i -r 's|(pmap_initname)\\\$$|\1|' testsuite/pmap.test/pmap.exp cd procps-ng-3.3.16 && sed -i -r 's|(pmap_initname)\\\$$|\1|' testsuite/pmap.test/pmap.exp
if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \ if [[ ! "$(BUILD_OPTIONS)" =~ no-tests ]] ; then \
$(MAKE) -C procps-ng-3.3.15 check ; \ $(MAKE) -C procps-ng-3.3.16 check ; \
fi fi
$(MAKE) -C procps-ng-3.3.15 install $(MAKE) -C procps-ng-3.3.16 install
mv -v /usr/lib/libprocps.so.* /lib mv -v /usr/lib/libprocps.so.* /lib
ln -sfv ../../lib/$$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so ln -sfv ../../lib/$$(readlink /usr/lib/libprocps.so) /usr/lib/libprocps.so
rm -rf procps-ng-3.3.15 rm -rf procps-ng-3.3.16
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