Skip to content

Commit

Permalink
Merge pull request #1133 from Honggang-LI/master
Browse files Browse the repository at this point in the history
redhat: fix CMake flags
  • Loading branch information
rleon committed Jan 30, 2022
2 parents 077139f + d452c0f commit 6ee618b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions redhat/rdma-core.spec
Original file line number Diff line number Diff line change
Expand Up @@ -285,11 +285,11 @@ easy, object-oriented access to IB verbs.
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_BINDIR:PATH=%{_bindir} \
-DCMAKE_INSTALL_SBINDIR:PATH=%{_sbindir} \
-DCMAKE_INSTALL_LIBDIR:PATH=%{_libdir} \
-DCMAKE_INSTALL_LIBDIR:PATH=%{_lib} \
-DCMAKE_INSTALL_LIBEXECDIR:PATH=%{_libexecdir} \
-DCMAKE_INSTALL_LOCALSTATEDIR:PATH=%{_localstatedir} \
-DCMAKE_INSTALL_SHAREDSTATEDIR:PATH=%{_sharedstatedir} \
-DCMAKE_INSTALL_INCLUDEDIR:PATH=%{_includedir} \
-DCMAKE_INSTALL_INCLUDEDIR:PATH=include \
-DCMAKE_INSTALL_INFODIR:PATH=%{_infodir} \
-DCMAKE_INSTALL_MANDIR:PATH=%{_mandir} \
-DCMAKE_INSTALL_SYSCONFDIR:PATH=%{_sysconfdir} \
Expand Down

0 comments on commit 6ee618b

Please sign in to comment.