-
Notifications
You must be signed in to change notification settings - Fork 0
cmake: disable unwanted /lib64 behaviour #1711
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What problem did you run into?
cmake.be0
Outdated
@@ -21,11 +22,12 @@ PATCHURL+=( /src/mariux/patches/cmake-3.16.2-color-off-verbose-on.patch ) | |||
#} | |||
|
|||
mee_configure() { | |||
${S}/configure \ | |||
${S}/configure \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unwanted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not really... well... depends on... dunno... maybe ... for sure.
Sorry, I mean, how can the problem be reproduced, that means, what program was built incorrectly. |
jasper-2.0.16. ( https://github.com/mdadams/jasper/archive/version-${PKGVERSION}.tar.gz" ) Thomas is currently working on it, so that's just an example. The resulting libs end in Still debugging, since my patch didn't work. |
The bee build type CMake passes |
Been there, seen that. I'd prefer not to explicitly supply |
- change defaults not to search or link against /lib{32,64} by setting FIND_LIBRARY_USE_LIB{32,64}_PATH to FALSE - remove lib64 default settings for GNUInstallDirs since they imply we would be running 32-Bit libs. - be verbose
1e69b8b
to
8768605
Compare
< -- Installing: /scratch/local/jasper/buildroot/jasper/jasper-2.0.16-0/image/usr/lib64/libjasper.so.4.0.0
< -- Installing: /scratch/local/jasper/buildroot/jasper/jasper-2.0.16-0/image/usr/lib64/libjasper.so.4
< -- Installing: /scratch/local/jasper/buildroot/jasper/jasper-2.0.16-0/image/usr/lib64/libjasper.so
---
> -- Installing: /scratch/local/jasper/buildroot/jasper/jasper-2.0.16-0/image/usr/lib/libjasper.so.4.0.0
> -- Installing: /scratch/local/jasper/buildroot/jasper/jasper-2.0.16-0/image/usr/lib/libjasper.so.4
> -- Installing: /scratch/local/jasper/buildroot/jasper/jasper-2.0.16-0/image/usr/lib/libjasper.so |
setting FIND_LIBRARY_USE_LIB{32,64}_PATH to FALSE