mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 16:45:49 +00:00
Updated paths to fix package config paths.
This commit is contained in:
parent
e832b95894
commit
a62d294cd9
5
debian/rules
vendored
5
debian/rules
vendored
@ -15,14 +15,15 @@ override_dh_auto_configure:
|
||||
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
|
||||
-DTHREADSAFE:BOOL=ON \
|
||||
-DBUILD_CLAR:BOOL=ON \
|
||||
-DLIB_INSTALL_DIR:STRING=/usr/lib/$(DEB_HOST_MULTIARCH)
|
||||
-DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)
|
||||
|
||||
dh_auto_configure --builddirectory=build-debian-devel -- \
|
||||
-DCMAKE_BUILD_TYPE:STRING=Release \
|
||||
-DTHREADSAFE:BOOL=ON \
|
||||
-DBUILD_CLAR:BOOL=OFF \
|
||||
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
||||
-DLIB_INSTALL_DIR:STRING=/usr/lib/$(DEB_HOST_MULTIARCH)
|
||||
-DLIB_INSTALL_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)
|
||||
|
||||
|
||||
override_dh_makeshlibs:
|
||||
dh_makeshlibs -V 'libgit2-0 (>= 0.19.0)'
|
||||
|
Loading…
Reference in New Issue
Block a user