From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Remy Bohmer Date: Wed, 28 Mar 2012 21:05:05 +0200 Message-Id: <1332961505-16641-6-git-send-email-linux@bohmer.net> In-Reply-To: <1332961505-16641-1-git-send-email-linux@bohmer.net> References: <1332961505-16641-1-git-send-email-linux@bohmer.net> Subject: [ptxdist] [PATCH 6/6 v5] [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, Michael Olbrich Signed-off-by: Remy Bohmer --- v5: No changes compared to v4 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