From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ee0-f44.google.com ([74.125.83.44]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1SBWJA-0002wT-LX for ptxdist@pengutronix.de; Sat, 24 Mar 2012 20:08:01 +0100 Received: by eeke51 with SMTP id e51so1252442eek.31 for ; Sat, 24 Mar 2012 12:07:17 -0700 (PDT) From: Remy Bohmer Date: Sat, 24 Mar 2012 20:07:08 +0100 Message-Id: <1332616028-32312-8-git-send-email-linux@bohmer.net> In-Reply-To: <1332616028-32312-1-git-send-email-linux@bohmer.net> References: <1332616028-32312-1-git-send-email-linux@bohmer.net> Subject: [ptxdist] [PATCH 8/8 v3] [x86_64, multilib] Install Procps libraries at the right place Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de Signed-off-by: Remy Bohmer --- v2: no changes since v1 v3: no changes since v2 rules/procps.make | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/procps.make b/rules/procps.make index 7ab3786..44d7ea5 100644 --- a/rules/procps.make +++ b/rules/procps.make @@ -51,7 +51,7 @@ PROCPS_MAKEVARS := \ CFLAGS=-O2 \ CPPFLAGS='$(CROSS_CPPFLAGS)' \ LDFLAGS='$(CROSS_LDFLAGS)' \ - lib64=lib \ + lib64=$(CROSS_LIB_DIR) \ ldconfig=true \ MANFILES="" \ BINFILES="$(PROCPS_ALL-y)" @@ -73,8 +73,7 @@ $(STATEDIR)/procps.targetinstall: @$(call install_fixup, procps,AUTHOR,"Robert Schwebel ") @$(call install_fixup, procps,DESCRIPTION,missing) - @$(call install_copy, procps, 0, 0, 0644, -, \ - /lib/libproc-3.2.8.so) + @$(call install_lib, procps, 0, 0, 0644, libproc-3.2.8) ifdef PTXCONF_PROCPS_TOP @$(call install_copy, procps, 0, 0, 0755, -,\ -- 1.7.5.4 -- ptxdist mailing list ptxdist@pengutronix.de