https://bugzilla.redhat.com/show_bug.cgi?id=1910504
Michael Schwendt <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Doc Type|--- |If docs needed, set a value --- Comment #1 from Michael Schwendt <[email protected]> --- Some important items for this library package: * https://docs.fedoraproject.org/en-US/packaging-guidelines/#_requiring_base_package * https://docs.fedoraproject.org/en-US/packaging-guidelines/#packaging-static-libraries * https://docs.fedoraproject.org/en-US/packaging-guidelines/#_test_suites > %build > make %{?_smp_mflags} Compiler/linker messages don't tell much, so look for options to make them verbose, which will make build.log output much more useful. V=1 make %{?_smp_mflags} > rw-r--r-- /usr/lib64/pkgconfig/libucl.pc $ pkg-config --cflags libucl -I/usr/include/ Since /usr/include is a standard search path, explicitly adding it via -I can troublesome in projects that want to customize the include directories. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
