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

generates broken pkg-config pc file (stray semicolon) #514

Open
ametzler opened this issue Sep 30, 2023 · 0 comments
Open

generates broken pkg-config pc file (stray semicolon) #514

ametzler opened this issue Sep 30, 2023 · 0 comments

Comments

@ametzler
Copy link

Building GIT head with

mkdir obj && cd obj/ && cmake .. && make -j5 && mkdir DEST && make install DESTDIR=`pwd`/DEST

yields

(sid)ametzler@argenau:/tmp/FLANN/flann/obj$ tail -n3 DEST/usr/local/lib/pkgconfi
g/flann.pc
Libs: -L${libdir} -L/usr/lib/x86_64-linux-gnu;-llz4 -lflann -lflann_cpp
Cflags: -I${includedir}

Note the stray semicolon in Libs.

flann uses @LZ4_STATIC_LDFLAGS@ in cmake/flann.pc.in, however @LZ4_STATIC_LDFLAGS@ is a semicolon delimited list.

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

No branches or pull requests

1 participant