Signed-off-by: Christian Melki <[email protected]>
---
rules/glib.make | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/rules/glib.make b/rules/glib.make
index 007893fd4..304b3bff0 100644
--- a/rules/glib.make
+++ b/rules/glib.make
@@ -63,10 +63,10 @@ GLIB_CONF_OPT := \
$(STATEDIR)/glib.install.post:
@$(call targetinfo)
@sed -i 's;^bindir=.*;bindir=$(PTXDIST_SYSROOT_HOST)/bin;' \
- $(GLIB_PKGDIR)/usr/lib/pkgconfig/gio-2.0.pc
+ $(GLIB_PKGDIR)/usr/$(CROSS_LIB_DIR)/pkgconfig/gio-2.0.pc
@sed -i "s;'/usr;'$(SYSROOT)/usr;" \
-
$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/lib/libglib-2.0.so*-gdb.py \
-
$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so*-gdb.py
+
$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/$(CROSS_LIB_DIR)/libglib-2.0.so*-gdb.py
\
+
$(GLIB_PKGDIR)/usr/share/gdb/auto-load/usr/$(CROSS_LIB_DIR)/libgobject-2.0.so*-gdb.py
@$(call world/install.post, GLIB)
@$(call touch)
--
2.32.0
_______________________________________________
ptxdist mailing list
[email protected]
To unsubscribe, send a mail with subject "unsubscribe" to
[email protected]