summaryrefslogtreecommitdiffstats
path: root/package/cppcms/cppcms.hash
diff options
context:
space:
mode:
authorArnout Vandecappelle <arnout@mind.be>2017-07-03 14:44:56 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-04 08:45:17 +0200
commit12a9fb947c7b642b418c2615530207883a246ac3 (patch)
treed3a225d2e2578ac818ff04b1b78ebca1837d9989 /package/cppcms/cppcms.hash
parent417ade5f2bbd6941d717d40af309f638abc108d5 (diff)
downloadbuildroot-12a9fb947c7b642b418c2615530207883a246ac3.tar.gz
buildroot-12a9fb947c7b642b418c2615530207883a246ac3.zip
libsepol: rework host installation
libsepol has a pretty peculiar interpretation of DESTDIR and PREFIX. PREFIX is not consistently used: some installation paths are forced to $(DESTDIR)/usr/... . Also, the shared lib symlink is forced to ../../lib (i.e. assumes it's installed under /usr). For these reasons, the host build and install commands are a bit unusual: they use DESTDIR instead of PREFIX, DESTDIR points to $(HOST_DIR) without /usr, and some additional fixup is needed to correct the installation directory of libsepol.so.1 and the symlink to it. This can be simplified quite a lot by passing both DESTDIR and PREFIX, and including the /usr part in both. The symlink still has to be fixed, but that's much simpler. Note that a side effect is that the man pages are now installed under $(HOST_DIR)/usr/usr/man. While not very nice, we don't really care about man pages. In addition, this will resolve itself when we later move $(HOST_DIR)/usr to $(HOST_DIR). Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cppcms/cppcms.hash')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud