Like dbus, we don't need to build glib2 on nevada.

Ben

Index: SPECS/Makefile
===================================================================
--- SPECS/Makefile      (revision 2064)
+++ SPECS/Makefile      (working copy)
@@ -8,10 +8,10 @@
 # on the OS version, architecture, and general brokenness.
 PSPC_FILES := $(ALL_PSPC_FILES)

-# On Nevada, we can skip dbus, since it's already there.
+# On Nevada, we can skip glib2 and dbus, since it's already there.
 # Simiarly, freeglut cannot compile because of GCC libraries.
 ifeq (5.11,$(shell uname -r))
-PSPC_FILES := $(filter-out dbus.pspc freeglut.pspc,$(PSPC_FILES))
+PSPC_FILES := $(filter-out glib2.pspc dbus.pspc freeglut.pspc,$(PSPC_FILES))
 endif
 # GStreamer suffers from existing installations in /usr/lib
 PSPC_FILES := $(filter-out gstreamer.pspc,$(PSPC_FILES))

Reply via email to