Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

384 Commits   1 Branch   1 Tag
Index: dbus/1.13.18/Makefile
===================================================================
--- dbus/1.13.18/Makefile	(revision 287)
+++ dbus/1.13.18/Makefile	(revision 288)
@@ -273,6 +273,10 @@
 	@( cd $(DBUS_PKG)/usr/lib$(LIBSUFFIX) ; \
 	   sed -i "s,$(TARGET_DEST_DIR),,g" libdbus-1.la ; \
 	 )
+	# ======= remove toolchain path from target pkg-config *.pc files =======
+	@( cd $(DBUS_PKG)/usr/lib$(LIBSUFFIX)/pkgconfig ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" dbus-1.pc ; \
+	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(DBUS_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
Index: dbus/1.13.18-ppc32/Makefile
===================================================================
--- dbus/1.13.18-ppc32/Makefile	(revision 287)
+++ dbus/1.13.18-ppc32/Makefile	(revision 288)
@@ -173,6 +173,10 @@
 	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX) ; \
 	   sed -i "s,$(TARGET_DEST_DIR),,g" libdbus-1.la ; \
 	 )
+	# ======= remove toolchain path from target pkg-config *.pc files =======
+	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_PPC32_SUFFIX)/pkgconfig ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" dbus-1.pc ; \
+	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(DBUS_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======
Index: dbus/1.13.18-x86_32/Makefile
===================================================================
--- dbus/1.13.18-x86_32/Makefile	(revision 287)
+++ dbus/1.13.18-x86_32/Makefile	(revision 288)
@@ -170,6 +170,10 @@
 	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX) ; \
 	   sed -i "s,$(TARGET_DEST_DIR),,g" libdbus-1.la ; \
 	 )
+	# ======= remove toolchain path from target pkg-config *.pc files =======
+	@( cd $(DBUS_32_PKG)/usr/lib$(MULTILIB_X86_32_SUFFIX)/pkgconfig ; \
+	   sed -i "s,$(TARGET_DEST_DIR),,g" dbus-1.pc ; \
+	 )
 	# ======= Install the same to $(TARGET_DEST_DIR) =======
 	$(call install-into-devenv, $(DBUS_32_PKG))
 	# ======= tune libtool *.la search path to the target destination for development =======