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

452 Commits   2 Branches   1 Tag
Index: Makefile
===================================================================
--- Makefile	(revision 384)
+++ Makefile	(revision 385)
@@ -88,6 +88,8 @@
 
 extra_configure_switches += --bindir=/usr/bin/32
 
+extra_configure_switches += --enable-introspection=no
+
 extra_configure_switches += --enable-gtk-doc=no
 extra_configure_switches += --enable-gtk-doc-html=no
 extra_configure_switches += --enable-gtk-doc-pdf=no
@@ -100,6 +102,8 @@
 extra_configure_switches += --enable-shared=yes
 
 
+CFLAGS += -Wno-incompatible-pointer-types
+
 LDFLAGS += -Wl,-rpath,/lib$(MULTILIB_PPC32_SUFFIX):/usr/lib$(MULTILIB_PPC32_SUFFIX):/usr/lib/../lib$(MULTILIB_PPC32_SUFFIX)
 
 TARGET_LIB_RPATH = /lib$(MULTILIB_PPC32_SUFFIX):/usr/lib$(MULTILIB_PPC32_SUFFIX):/usr/lib/../lib$(MULTILIB_PPC32_SUFFIX)