From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: From: Remy Bohmer Date: Wed, 28 Mar 2012 21:05:03 +0200 Message-Id: <1332961505-16641-4-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 4/6 v5] [x86_64, multilib] Install Zlib 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/zlib.make | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/rules/zlib.make b/rules/zlib.make index 1618e1b..2c15ccb 100644 --- a/rules/zlib.make +++ b/rules/zlib.make @@ -48,7 +48,8 @@ ZLIB_CONF_ENV := \ # ZLIB_AUTOCONF := \ --prefix=/usr \ - --uname=Linux + --uname=Linux \ + --libdir=/usr/$(CROSS_LIB_DIR) ifdef PTXCONF_ZLIB_STATIC ZLIB_AUTOCONF += --static -- 1.7.5.4 -- ptxdist mailing list ptxdist@pengutronix.de