Commit f9d8392d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated libnl to 3.5.0

parent ed0b9f5e
all:
tar xf libnl-3.4.0.tar.gz
cd libnl-3.4.0 && ./configure --prefix=/usr --sysconfdir=/etc --disable-static
$(MAKE) -C libnl-3.4.0
$(MAKE) -C libnl-3.4.0 check
$(MAKE) -C libnl-3.4.0 install
rm -rf libnl-3.4.0
tar xf libnl-3.5.0.tar.gz
cd libnl-3.5.0 && ./configure --prefix=/usr --sysconfdir=/etc --disable-static
$(MAKE) -C libnl-3.5.0
$(MAKE) -C libnl-3.5.0 check
$(MAKE) -C libnl-3.5.0 install
rm -rf libnl-3.5.0
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