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 1SBsEL-0002tx-98 for ptxdist@pengutronix.de; Sun, 25 Mar 2012 20:32:18 +0200 Received: by eeke51 with SMTP id e51so1361241eek.31 for ; Sun, 25 Mar 2012 11:31:47 -0700 (PDT) From: Remy Bohmer Date: Sun, 25 Mar 2012 20:31:37 +0200 Message-Id: <1332700300-25180-4-git-send-email-linux@bohmer.net> In-Reply-To: <1332700300-25180-1-git-send-email-linux@bohmer.net> References: <1332700300-25180-1-git-send-email-linux@bohmer.net> Subject: [ptxdist] [PATCH v4 4/7] [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 Signed-off-by: Remy Bohmer --- 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