forked from pool/libtracefs
Accepting request 958281 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/958281 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libtracefs?expand=0&rev=3
This commit is contained in:
commit
8851a93fdf
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 22 12:34:56 UTC 2022 - olaf@aepfle.de
|
||||
|
||||
- Force correct pkgconfig_dir location to fix build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 13:13:55 UTC 2022 - Dario Faggioli <dfaggioli@suse.com>
|
||||
|
||||
|
@ -56,7 +56,9 @@ This subpackage contains the header files.
|
||||
%make_build prefix="%_prefix"
|
||||
|
||||
%install
|
||||
%make_install prefix="%_prefix"
|
||||
%make_install prefix="%_prefix" \
|
||||
pkgconfig_dir=%{_libdir}/pkgconfig \
|
||||
%nil
|
||||
# always the same issues
|
||||
find "%buildroot/%_includedir" -type f -name "*.h" -exec chmod a-x {} +
|
||||
rm -f "%buildroot/%_libdir"/*.a
|
||||
|
Loading…
Reference in New Issue
Block a user