Accepting request 858349 from home:dimstar:Factory
- Fix sed call to fixup libtirpc.pc.in: as we want our tirpc to be a transparent drop-in-replacement for rpc, we move the files from /usr/include/tirpc to /usr/include. Due to an upstream change in libtirpc.pc.in, though, the existing sed call no longer matched and no longer corrected the information according to our package. OBS-URL: https://build.opensuse.org/request/show/858349 OBS-URL: https://build.opensuse.org/package/show/Base:System/libtirpc?expand=0&rev=94
This commit is contained in:
parent
12c90b29fe
commit
977730024b
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 23 12:50:03 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Fix sed call to fixup libtirpc.pc.in: as we want our tirpc to be
|
||||
a transparent drop-in-replacement for rpc, we move the files
|
||||
from /usr/include/tirpc to /usr/include. Due to an upstream
|
||||
change in libtirpc.pc.in, though, the existing sed call no longer
|
||||
matched and no longer corrected the information according to our
|
||||
package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 2 17:29:03 UTC 2020 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
|
@ -73,7 +73,7 @@ TCP over IPv4.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
sed -i -e 's|@includedir@/tirpc|@includedir@|g' libtirpc.pc.in
|
||||
sed -i -e 's|${includedir}/tirpc|${includedir}|g' libtirpc.pc.in
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user