Skip to content

Commit

Permalink
Merge pull request #1152 from bjornfor/fix-pkgconfig-template
Browse files Browse the repository at this point in the history
pkg-config: fix double prefixed libdir= and includedir=
  • Loading branch information
rleon committed Mar 13, 2022
2 parents ae6eb0a + 342b3b2 commit b061d2c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildlib/template.pc.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@

Name: lib@PC_LIB_NAME@
Description: RDMA Core Userspace Library
Expand Down

0 comments on commit b061d2c

Please sign in to comment.