Fix *.pc file libdir variable
Fix: lib -> lib64 Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
parent
5494ceb2d7
commit
47a8d984ea
12
libasyncns-pc-fix-libdir.patch
Normal file
12
libasyncns-pc-fix-libdir.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff --git a/libasyncns.pc.in b/libasyncns.pc.in
|
||||
index 6795161..d4ca76f 100644
|
||||
--- a/libasyncns.pc.in
|
||||
+++ b/libasyncns.pc.in
|
||||
@@ -1,6 +1,6 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=${prefix}
|
||||
-libdir=${exec_prefix}/lib
|
||||
+libdir=${exec_prefix}/lib64
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: libasyncns
|
@ -1,11 +1,13 @@
|
||||
Name: libasyncns
|
||||
Version: 0.8
|
||||
Release: 24%{?dist}
|
||||
Release: 24.0.riscv64%{?dist}
|
||||
Summary: Asynchronous Name Service Library
|
||||
Source0: http://0pointer.de/lennart/projects/libasyncns/libasyncns-%{version}.tar.gz
|
||||
License: LGPLv2+
|
||||
Url: http://0pointer.de/lennart/projects/libasyncns/
|
||||
|
||||
Patch0: libasyncns-pc-fix-libdir.patch
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
%description
|
||||
@ -25,6 +27,8 @@ Development Files for libasyncns Client Development
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
@ -45,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/doc/libasyncns/
|
||||
%{_libdir}/pkgconfig/libasyncns.pc
|
||||
|
||||
%changelog
|
||||
* Thu Mar 23 2023 David Abdurachmanov <davidlt@rivosinc.com> - 0.8-24.0.riscv64
|
||||
- Fix PC file libdir
|
||||
|
||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.8-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user