We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello. Could you please consider these 2 points:
1 - Since libzADC.so* are exclusive to genwqe-user, why not install directly into $(DESTDIR)/lib64, then put libz.so and libz.so.1 link into subdir genwqe, like so: /usr/lib64/ ├── genwqe │ ├── gunzip -> ../../../bin/genwqe_gunzip │ ├── gzip -> ../../../bin/genwqe_gzip │ ├── libz.a -> ../libzADC.a │ ├── libz.so -> libz.so.1 │ └── libz.so.1 -> ../libzADC.so.4.0.18 ├── libzADC.a ├── libzADC.so -> libzADC.so.4.0.18 ├── libzADC.so.4 -> libzADC.so.4.0.18 └── libzADC.so.4.0.18
Thanks!
The text was updated successfully, but these errors were encountered:
Sounds good to me, do you have some patches which do this?
Sorry, something went wrong.
guilhermepiccoli
No branches or pull requests
Hello. Could you please consider these 2 points:
1 - Since libzADC.so* are exclusive to genwqe-user, why not install directly into $(DESTDIR)/lib64, then put libz.so and libz.so.1 link into subdir genwqe, like so:
/usr/lib64/
├── genwqe
│ ├── gunzip -> ../../../bin/genwqe_gunzip
│ ├── gzip -> ../../../bin/genwqe_gzip
│ ├── libz.a -> ../libzADC.a
│ ├── libz.so -> libz.so.1
│ └── libz.so.1 -> ../libzADC.so.4.0.18
├── libzADC.a
├── libzADC.so -> libzADC.so.4.0.18
├── libzADC.so.4 -> libzADC.so.4.0.18
└── libzADC.so.4.0.18
Thanks!
The text was updated successfully, but these errors were encountered: