From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f179.google.com (mail-pf0-f179.google.com [209.85.192.179]) by mail.openembedded.org (Postfix) with ESMTP id 37EA9762AF for ; Sun, 17 Jan 2016 11:37:41 +0000 (UTC) Received: by mail-pf0-f179.google.com with SMTP id q63so146457689pfb.1 for ; Sun, 17 Jan 2016 03:37:43 -0800 (PST) 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 :in-reply-to:references; bh=zlssQ+ljclRPlhw9ByoE8Xi+4wyQNFopMv0tORzh6RQ=; b=FNmafrg46lPeYgnMD8XTQZKbP6oWoIlVYos/Y6ub6YlxU8zh4vIDy0MmAYljeX1WtG UE7zmixc7YGxcwttNQuyzT1iXtr1YrDkbcoD2eG7SFp1pFAtU0fWD5xI2FkcpCnyIfQR bDwpGtkSPFUE4GCkWrTfKCGXRpwNtAWSKbcKwCRyupDNbioXf2NxI9+dO/wOdscvZPHE Zxg/qitZxp1FvEjUV2/7QzDSd/lbkLMB2QZwqkpjQ5PLe/wOJtuuM1enV0w/6hhnP8MI qKZPVYcakCiZjddP0l2vQS4NQDYoa7UvrxQQHdrgdCY9rhRvtc5ds3+I7XPBfJ91y/Uh 9NXQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=zlssQ+ljclRPlhw9ByoE8Xi+4wyQNFopMv0tORzh6RQ=; b=I+OIV26AjNuU+Pc3fxwigco7oJWgUMC1ePdLKd/p8Z2wY3+9PpqYVPMEX457rOc52+ eVO865/lIlyGQnRd49BOBqURS1T/l3VxvJ4Cq3b89r7uWxHCYoJrxT57fukT/qbRO2oG CrJ0t8G4d+wtb1GAqZZFNO1wW7KM1peBeggBAVCtGtJWDkxUx1XzUFhrZlPp/5vmIzRU GZhSUQcWNrmku6MqxN3glmTd12XPmdzDrBtuqvqiRltXyWzRKKdPnhS98R//VEVlmXKP Z2Hw6q0Ciylm0bkgP/wyqpMqyVR6dnKR+op/X8JXSjgPtDmch7120M0vqMF2YMi0wAFY PJSQ== X-Gm-Message-State: ALoCoQnMy0O9fJgxHUDORQ+5Rt/NhTnHtqriLdFNO2K7qScLXijWJUdFI4+1DdOMLOP//Hz3eUkQnLauX502w7ZO//+XN17pGQ== X-Received: by 10.98.71.197 with SMTP id p66mr29056112pfi.166.1453030662897; Sun, 17 Jan 2016 03:37:42 -0800 (PST) Received: from arch.hsd1.ca.comcast.net (c-73-252-206-77.hsd1.ca.comcast.net. [73.252.206.77]) by smtp.gmail.com with ESMTPSA id ty5sm26838363pac.48.2016.01.17.03.37.42 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 17 Jan 2016 03:37:42 -0800 (PST) From: Khem Raj To: openembedded-core@lists.openembedded.org Date: Sun, 17 Jan 2016 03:36:20 -0800 Message-Id: X-Mailer: git-send-email 2.7.0 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 47/73] portmap: Point to tirpc headers and libraries on musl X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Jan 2016 11:37:42 -0000 Signed-off-by: Khem Raj --- meta/recipes-connectivity/portmap/portmap_6.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/portmap/portmap_6.0.bb b/meta/recipes-connectivity/portmap/portmap_6.0.bb index e727fe3..999b4a9 100644 --- a/meta/recipes-connectivity/portmap/portmap_6.0.bb +++ b/meta/recipes-connectivity/portmap/portmap_6.0.bb @@ -1,5 +1,7 @@ require portmap.inc +DEPENDS_append_libc-musl = " libtirpc " + PR = "r9" SRC_URI = "http://www.sourcefiles.org/Networking/Tools/Miscellanenous/portmap-6.0.tgz \ @@ -19,6 +21,8 @@ PACKAGECONFIG[tcp-wrappers] = ",,tcp-wrappers" CPPFLAGS += "-DFACILITY=LOG_DAEMON -DENABLE_DNS -DHOSTS_ACCESS" CFLAGS += "-Wall -Wstrict-prototypes -fPIC" EXTRA_OEMAKE += "'NO_TCP_WRAPPER=${@bb.utils.contains('PACKAGECONFIG', 'tcp-wrappers', '', '1', d)}'" +CFLAGS_append_libc-musl = " -I${STAGING_INCDIR}/tirpc " +LDFLAGS_append_libc-musl = " -ltirpc " do_install() { install -d ${D}${mandir}/man8/ ${D}${base_sbindir} ${D}${sysconfdir}/init.d -- 2.7.0