From patchwork Tue Aug 21 04:16:40 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 960079 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41vcnh4GgTz9s4V for ; Tue, 21 Aug 2018 14:16:56 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 2A54A23236; Tue, 21 Aug 2018 04:16:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6PiI4IKkd6G0; Tue, 21 Aug 2018 04:16:51 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 846D02313D; Tue, 21 Aug 2018 04:16:51 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id AE1081CEA12 for ; Tue, 21 Aug 2018 04:16:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AB9F5853FD for ; Tue, 21 Aug 2018 04:16:50 +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 Tp3oG7FgESZV for ; Tue, 21 Aug 2018 04:16:49 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 5C941856E9 for ; Tue, 21 Aug 2018 04:16:49 +0000 (UTC) Received: from fwd20.aul.t-online.de (fwd20.aul.t-online.de [172.20.26.140]) by mailout04.t-online.de (Postfix) with SMTP id 14B8B41BDE50; Tue, 21 Aug 2018 06:16:47 +0200 (CEST) Received: from fli4l.lan.fli4l (SOeEgeZprhBWc0NsuMi7cTOJecs9mEPegTgfroPiTBiKPKlxpA1SYkRVjlRcjJEQJw@[91.58.5.249]) by fwd20.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fry5x-1NcX9k0; Tue, 21 Aug 2018 06:16:41 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:45168 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1fry5w-0008SZ-6n; Tue, 21 Aug 2018 06:16:40 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Tue, 21 Aug 2018 06:16:40 +0200 Message-Id: <20180821041640.14089-1-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.18.0 X-ID: SOeEgeZprhBWc0NsuMi7cTOJecs9mEPegTgfroPiTBiKPKlxpA1SYkRVjlRcjJEQJw X-TOI-MSGID: 1b6357a4-3cbc-462e-8be0-c4437a2f2aac Subject: [Buildroot] [PATCH/next 1/1] package/libsrtp: fix static build X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gregory Dymarek MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" The library name was updated upstream: Fixes make[1]: *** No rule to make target 'libsrtp.a'. Stop. http://autobuild.buildroot.net/results/10e/10e4198e8d86eecb9c672db77cbaff1e8a592ad3/ Signed-off-by: Bernd Kuhls --- package/libsrtp/libsrtp.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libsrtp/libsrtp.mk b/package/libsrtp/libsrtp.mk index dd83dbc003..8af463928b 100644 --- a/package/libsrtp/libsrtp.mk +++ b/package/libsrtp/libsrtp.mk @@ -11,11 +11,11 @@ LIBSRTP_LICENSE = BSD-3-Clause LIBSRTP_LICENSE_FILES = LICENSE ifeq ($(BR2_STATIC_LIBS),y) -LIBSRTP_MAKE_OPTS = libsrtp.a +LIBSRTP_MAKE_OPTS = libsrtp2.a else ifeq ($(BR2_SHARED_LIBS),y) LIBSRTP_MAKE_OPTS = shared_library else -LIBSRTP_MAKE_OPTS = libsrtp.a shared_library +LIBSRTP_MAKE_OPTS = libsrtp2.a shared_library endif # While libsrtp is not using pkg-config itself, it checks if