From patchwork Sun Sep 21 01:01:20 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dimitri John Ledkov X-Patchwork-Id: 4942921 Return-Path: X-Original-To: patchwork-linux-btrfs@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id ECAF8BEEA6 for ; Sun, 21 Sep 2014 01:01:55 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 251FF20142 for ; Sun, 21 Sep 2014 01:01:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4C4B62017E for ; Sun, 21 Sep 2014 01:01:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751742AbaIUBBn (ORCPT ); Sat, 20 Sep 2014 21:01:43 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:63817 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751601AbaIUBBc (ORCPT ); Sat, 20 Sep 2014 21:01:32 -0400 Received: by mail-wi0-f171.google.com with SMTP id ho1so1197366wib.10 for ; Sat, 20 Sep 2014 18:01:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=surgut.co.uk; s=google; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=4wiUAh82kFjMFj4MdWJZvCpn9Qg0d/QZES5GWa0r2T0=; b=GfGgSx4VxsgQx9KtrZlfPqTRGyjDKYNvHnAJ2Yjy1tmZqnsYoXEkyDkF88WEk98qUl C2XhONm37FBTayDxk9+nzifg0claBr+7U1B+DiJLJA2/1CkaGI75bjRFW7s8CrYXNCy1 OD2uYpg7+KgDN7wJeFAvU02FZuDIymI6kcDYQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:from:to:cc:subject:date:message-id :in-reply-to:references; bh=4wiUAh82kFjMFj4MdWJZvCpn9Qg0d/QZES5GWa0r2T0=; b=BSA6/SOYC6bfcpq4cLXR5ZyxNCg9Ia3PvRgYPS0us6KXyzEA/IP6KVlHpV++oDahvV J4FJCR/cpFev0VCQSjCBcLJ7JRUuDMKmg2A7IiLHyslyz8Wi/3NQvDovvPglj+Ek+tB0 F+jxlw9BtcXh12Qw7PpEGae7yI8ICk2nze6jLf3CWcolT2i7fMEBhWa1D9dljVfA1YFB EYgHooyMu0WJ1JmBcHp6wDIxNUU2HrzrgXt0qXe2ge4RFKMNQaFs/lMWUMssy8nEuUu7 Ez1ix9Ynu4KX/VDUOneBK1qw+T7BEirq6Fwr82iqWr8+D+JBDsn7lfGLUHGoE/e4YISG vIiw== X-Gm-Message-State: ALoCoQmrtKGs4YVd+UFdekU446jtfV/RoAzBggenxWxjeop3YTf6yaz8gjY6+mMGpdrmqk532xj2 X-Received: by 10.194.120.101 with SMTP id lb5mr10364846wjb.84.1411261290586; Sat, 20 Sep 2014 18:01:30 -0700 (PDT) Received: from localhost (cpc1-lewi13-2-0-cust98.2-4.cable.virginm.net. [86.14.120.99]) by mx.google.com with ESMTPSA id gw3sm3382017wib.12.2014.09.20.18.01.29 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 20 Sep 2014 18:01:29 -0700 (PDT) From: Dimitri John Ledkov To: linux-btrfs@vger.kernel.org Cc: Luk Claes , Dimitri John Ledkov Subject: [PATCH 2/4] Fixes FTBFS with --no-add-needed. Date: Sun, 21 Sep 2014 02:01:20 +0100 Message-Id: <1411261282-26831-2-git-send-email-xnox@debian.org> X-Mailer: git-send-email 2.1.0.rc1 In-Reply-To: <1411261282-26831-1-git-send-email-xnox@debian.org> References: <1411261282-26831-1-git-send-email-xnox@debian.org> Sender: linux-btrfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Luk Claes Bug-Debian: http://bugs.debian.org/554059 Signed-off-by: Dimitri John Ledkov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e721e99..441e925 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ TESTS = fsck-tests.sh convert-tests.sh INSTALL = install prefix ?= /usr/local bindir = $(prefix)/bin -lib_LIBS = -luuid -lblkid -lm -lz -llzo2 -L. +lib_LIBS = -luuid -lblkid -lm -lz -llzo2 -lcom_err -L. libdir ?= $(prefix)/lib incdir = $(prefix)/include/btrfs LIBS = $(lib_LIBS) $(libs_static)