mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-02 12:29:08 +00:00
libgit2.pc.in: also switch to LIB_INSTALL_DIR
b3237ac3
changed CMakeList.txt to use the more standard LIB_INSTALL_DIR
variable instead of INSTALL_LIB, but forgot to change libgit2.pc.in etc.
accordingly.
This commit is contained in:
parent
d4b573513c
commit
77ace82d7a
@ -67,7 +67,7 @@ For more advanced use or questions about CMake please read <http://www.cmake.org
|
||||
The following CMake variables are declared:
|
||||
|
||||
- `INSTALL_BIN`: Where to install binaries to.
|
||||
- `INSTALL_LIB`: Where to install libraries to.
|
||||
- `LIB_INSTALL_DIR`: Where to install libraries to.
|
||||
- `INSTALL_INC`: Where to install headers to.
|
||||
- `BUILD_SHARED_LIBS`: Build libgit2 as a Shared Library (defaults to ON)
|
||||
- `BUILD_CLAR`: Build [Clar](https://github.com/tanoku/clar)-based test suite (defaults to ON)
|
||||
|
@ -1,4 +1,4 @@
|
||||
libdir=@CMAKE_INSTALL_PREFIX@/@INSTALL_LIB@
|
||||
libdir=@CMAKE_INSTALL_PREFIX@/@LIB_INSTALL_DIR@
|
||||
includedir=@CMAKE_INSTALL_PREFIX@/@INSTALL_INC@
|
||||
|
||||
Name: libgit2
|
||||
|
@ -65,7 +65,7 @@ to compile and develop applications that use libgit2.
|
||||
cmake . \
|
||||
-DCMAKE_C_FLAGS:STRING="%{optflags}" \
|
||||
-DCMAKE_INSTALL_PREFIX:PATH=%{_prefix} \
|
||||
-DINSTALL_LIB:PATH=%{_libdir}
|
||||
-DLIB_INSTALL_DIR:PATH=%{_libdir}S
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
|
Loading…
Reference in New Issue
Block a user