# HG changeset patch # User Alan Coopersmith # Date 1473439746 25200 # Node ID 2b0103e47a2593b7d9adb4d2b4622d547e574314 # Parent e5ee1bcc6bdbe3aa9727df9f906b4bef09c8b700 24618778 gnome-system-monitor delivers 32-bit binaries in /usr/lib/gnome-system-monitor diff -r e5ee1bcc6bdb -r 2b0103e47a25 components/gnome/gnome-system-monitor/Makefile --- a/components/gnome/gnome-system-monitor/Makefile Thu Sep 08 21:35:07 2016 -0700 +++ b/components/gnome/gnome-system-monitor/Makefile Fri Sep 09 09:49:06 2016 -0700 @@ -23,7 +23,7 @@ # Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved. # -BUILD_BITS = 64_and_32 +BUILD_BITS = 64 # All components using gobject-introspection must be built with gcc as # gobject-introspection does not produce correct results when using Studio. COMPILER = gcc @@ -59,6 +59,7 @@ CONFIGURE_OPTIONS += --enable-shared CONFIGURE_OPTIONS += --enable-wnck CONFIGURE_OPTIONS += --with-pic +CONFIGURE_OPTIONS += --libexecdir="$(USRLIBDIR)" # Assumes GNU msgfmt is in PATH. CONFIGURE_ENV += PATH="$(GNUBIN):$(PATH)"