From patchwork Thu Mar 12 15:12:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Oudinet X-Patchwork-Id: 449524 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 5D87B14010F for ; Fri, 13 Mar 2015 02:13:14 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=gmail.com header.i=@gmail.com header.b=kzRkbK82; dkim-adsp=none (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 49E3E9577A; Thu, 12 Mar 2015 15:13:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v+5-Qym1AVtH; Thu, 12 Mar 2015 15:13:11 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 67A1D9576F; Thu, 12 Mar 2015 15:13:11 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 04E641C245A for ; Thu, 12 Mar 2015 15:13:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F0A50A38C1 for ; Thu, 12 Mar 2015 15:13:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id OuzJCJ3rH14Z for ; Thu, 12 Mar 2015 15:13:09 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by fraxinus.osuosl.org (Postfix) with ESMTPS id B5106A38CB for ; Thu, 12 Mar 2015 15:13:08 +0000 (UTC) Received: by wiwh11 with SMTP id h11so38195995wiw.1 for ; Thu, 12 Mar 2015 08:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=qxNd0ZB25D0XzgALB8vWBkIGFmwn5ZTruG7oQrMs+W0=; b=kzRkbK82Si7ndbt6wF1XX+rsSllKZRp8tWyGb8K9k2LCk0jAidGDbxzYIuEB66Wtjl bM3z0OTXh0p+NNlPD8WEVlRXVW+FhgczS58b0CufSV6UKRVUPrX9IPXrw5yiORdTt4wd 5ea1s0WR0wzfOYdtfWYIxp+7FlaeX+1cyo++cPfyEeImDKlw0qrhKqH+vZIBm1cdICll Rs/GWNLhfag0+bKO3jh29n+98zRm+/MMZ6iWTF5ojdKlRrNS6OL9MU23mh0n6KGHjwHj UsZa0p9fB/2fWzTelo+u5aQU4tbPnxVfQVOU/2me0TURQGVYkjAUqZAa46MAmsN2h9d7 bP4Q== X-Received: by 10.194.2.145 with SMTP id 17mr18327663wju.79.1426173186943; Thu, 12 Mar 2015 08:13:06 -0700 (PDT) Received: from localhost.localdomain ([193.51.194.209]) by mx.google.com with ESMTPSA id at4sm10480926wjc.16.2015.03.12.08.13.05 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 12 Mar 2015 08:13:06 -0700 (PDT) From: Johan Oudinet To: buildroot@buildroot.org Date: Thu, 12 Mar 2015 16:12:27 +0100 Message-Id: <1426173147-27755-3-git-send-email-johan.oudinet@gmail.com> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1426173147-27755-1-git-send-email-johan.oudinet@gmail.com> References: <1426173147-27755-1-git-send-email-johan.oudinet@gmail.com> Subject: [Buildroot] [PATCH v2 3/3] mp4v2: Remove --disable-debug workaround. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" This is not needed since BR2_ENABLE_DEBUG does not set this flag anymore. Signed-off-by: Johan Oudinet Reviewed-by: "Yann E. MORIN" --- package/mp4v2/mp4v2.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/package/mp4v2/mp4v2.mk b/package/mp4v2/mp4v2.mk index 5d38116..1da5bc3 100644 --- a/package/mp4v2/mp4v2.mk +++ b/package/mp4v2/mp4v2.mk @@ -16,12 +16,6 @@ MP4V2_LICENSE_FILES = COPYING # disable it MP4V2_CONF_ENV = ac_cv_prog_FOUND_HELP2MAN=no -# infrastructure passes --disable-debug if !BR2_ENABLE_DEBUG. With -# mpv42 the only thing this option does is that it tries to strip any -# -g* options from CFLAGS/CXXFLAGS. The logic to do so is -# unfortunately buggy, so just pass --enable-debug to disable this -MP4V2_CONF_OPTS = --enable-debug - ifeq ($(BR2_LARGEFILE),y) MP4V2_CONF_OPTS += --enable-largefile else