24618778 gnome-system-monitor delivers 32-bit binaries in /usr/lib/gnome-system-monitor
authorAlan Coopersmith <Alan.Coopersmith@Oracle.COM>
Fri, 09 Sep 2016 09:49:06 -0700
changeset 6872 2b0103e47a25
parent 6871 e5ee1bcc6bdb
child 6873 3fe336efb86c
24618778 gnome-system-monitor delivers 32-bit binaries in /usr/lib/gnome-system-monitor
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)"