Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct shell variable assignment for libnl flags in configure(.ac) #84

Merged
merged 1 commit into from Sep 9, 2018

Conversation

thomaspenteker
Copy link
Contributor

With dash (0.5.9.1) linked to /bin/sh (actual shell should not matter), I get the following error on configure and a subsequent compliation failure because of lacking LIBS flags.

$ ./configure
(...)
checking for libnl-genl-3.0 >= 3.1... yes
./configure: 14578: ./configure: CFLAGS+= -I/usr/include/libnl3: not found
./configure: 14579: ./configure: LIBS+= -lnl-genl-3 -lnl-3: not found
(...)

The diff below corrects the variable appending and compilation.

@yoe yoe merged commit 2416b5f into NetworkBlockDevice:master Sep 9, 2018
@thomaspenteker thomaspenteker deleted the fix-configure branch September 11, 2018 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants