mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
This reverts commit 714c91d1a63f29650abaa9cf69ffa47cf2c70297 as probably the upstream xz repository and the xz tarballs have been backdoored. References: https://www.openwall.com/lists/oss-security/2024/03/29/4 Signed-off-by: Petr Štetiar <ynezz@true.cz>
14 lines
297 B
Diff
14 lines
297 B
Diff
--- a/src/liblzma/liblzma.pc.in
|
|
+++ b/src/liblzma/liblzma.pc.in
|
|
@@ -7,8 +7,8 @@
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
-libdir=@libdir@
|
|
-includedir=@includedir@
|
|
+libdir=${exec_prefix}/lib
|
|
+includedir=${prefix}/include
|
|
|
|
Name: liblzma
|
|
Description: General purpose data compression library
|