-DCMAKE_INSTALL_LIBDIR=/usr/lib

https://code.wireshark.org/review/#/c/30953/3/CMakeLists.txt
{ci skip}
This commit is contained in:
probonopd
2018-12-12 08:02:36 +01:00
committed by GitHub
parent 70825f0891
commit 0dd02e3c3d
+2
View File
@@ -223,6 +223,8 @@ __CMake__ wants `DESTDIR` instead:
- make DESTDIR=appdir -j$(nproc) install ; find appdir/
```
Under some circumstances it may also be required to add `-DCMAKE_INSTALL_LIBDIR=/usr/lib` to the `cmake` call.
__autotools__ (the dinosaur that spends precious minutes "checking...") wants `DESTDIR` too but insists on an absolute link which we can feed it using readlink:
```