Commit 0966161e authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Upgraded popt to 1.18

parent 3559f705
all: all:
tar xf popt-1.16.tar.gz tar xf popt-1.18.tar.gz
patch -Np1 -d popt-1.16 < popt-1.16-arm64.patch cd popt-1.18 && ./configure --prefix=/usr --disable-static
cd popt-1.16 && ./configure --prefix=/usr --disable-static $(MAKE) -C popt-1.18
$(MAKE) -C popt-1.16 $(MAKE) -C popt-1.18 check
$(MAKE) -C popt-1.16 check $(MAKE) -C popt-1.18 install
$(MAKE) -C popt-1.16 install rm -rf popt-1.18
rm -rf popt-1.16
This diff is collapsed.
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