diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2018-12-04 17:42:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-12-17 12:41:33 +0000 |
commit | fa97962a29240c4fbabb313a9f7b3166f61a1882 (patch) | |
tree | b05b423d004719ad0994c1521c1ee13c204d6177 /community/llvm3.7/llvm-ValueMap-fix.patch | |
parent | bf3dc4292450ac9795bb5904877137ff21e5e088 (diff) | |
download | aports-fa97962a29240c4fbabb313a9f7b3166f61a1882.tar.bz2 aports-fa97962a29240c4fbabb313a9f7b3166f61a1882.tar.xz |
community/nbd: fix build (bashisms)
./configure tries to update CFLAGS/LIBS with LIBNL3_CFLAGS/LIBS using '+=':
checking for LIBNL3... yes
./configure: line 14545: CFLAGS+= -I/usr/include/libnl3 : not found
./configure: line 14546: LIBS+= -lnl-genl-3 -lnl-3 : not found
so later build fails without proper libnl3 flags:
nbd-client.c:51:10: fatal error: netlink/netlink.h: No such file or directory
#include <netlink/netlink.h>
nbd-3.18 suffers from the same problem.
Diffstat (limited to 'community/llvm3.7/llvm-ValueMap-fix.patch')
0 files changed, 0 insertions, 0 deletions