X-Original-To: alpine-aports@lists.alpinelinux.org Received: from mail-qt1-f194.google.com (mail-qt1-f194.google.com [209.85.160.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 5BC39F85727 for ; Mon, 8 Jul 2019 13:00:41 +0000 (UTC) Received: by mail-qt1-f194.google.com with SMTP id l9so9613992qtu.6 for ; Mon, 08 Jul 2019 06:00:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=DrCc0+OGOq3XDP4bvKi1ClyA63TiYqwp/5b0fAp5o9Y=; b=N+PG54lG8gAPJqbQfIm3PCc7n23iAXAmUMbXWX2fBOKdqpWWto8JNkWT24hkVKLcBA 1jGs1al41B2DVKULGTfOvHMjS1sqqNGWTUe9Xwih4++aEXKZ75PZhAXlXFW5bSEG1juQ kuz7PCoN7nEpneIk6Lo4LZkk/7WWSJFfpcn0EQ0Nvg3JDpl7UWeKHchDKBaxHWsofRbD KJnUIDMsvzBhfEeuDzlL6HVucjU+9SBkOsB4K1jQHjJ7MMYviIZiq9SBdwXKtcHBrS3A 9yjpQHT2ZwpIKlpnVGmGMkXEn0TvhuYglQ/+rnUiB6eb3n3ZvcZ2yih3umDQ6vF4v/fv mUkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=DrCc0+OGOq3XDP4bvKi1ClyA63TiYqwp/5b0fAp5o9Y=; b=DgMd5KUeHMzPphHnWgwjFf3HdUgIt9JWdERpEozP+Qe9dF/XCQ7X3aqB8f8f/ShVpd uO5dpv8FYk5yc3jcnjtbs1dQ5pS49A5Dgeb8yJSWKzrnlitS7d5kuEyXqyZqoU4GVgwu 5zHta1VW7QUpcuiX/F8RMOG6OXZKaewY0LpJTSGyo06Izspm9ETdfG2qmft9YwuB5d1f OSkqcT9SJtrtCjUheGTiZqbDDaYfBD62JaJ38NLWKVE8JCcgChz+qNjrjzbbKSctCoGW 0PW+Ht66bjappovalxkFGV/UFjPjptMM/IvRsW8nDJ9JFlIaRWpZZOHrwH2g/ZXqLtIq 0LNw== X-Gm-Message-State: APjAAAWcjwx3iOtI0K/k0VbXle1UGVhUWZIjklbgGzoUalU2XzROE0tS 5PJib6HV31qfXLkNE04lhVLe/lwP8xE= X-Google-Smtp-Source: APXvYqzuPbOVdnuyYIR+6/rm9t73V1vQfcnltR8ErP0t/ZnsFA/ABPB29T5ayZ2IhLiV1Umc/GXijw== X-Received: by 2002:ac8:5307:: with SMTP id t7mr14014192qtn.382.1562590840443; Mon, 08 Jul 2019 06:00:40 -0700 (PDT) Received: from Impreza ([2804:14c:3ba1:31:3dd7:1a8e:2289:9ba7]) by smtp.gmail.com with ESMTPSA id k38sm8954667qtk.10.2019.07.08.06.00.38 for (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 08 Jul 2019 06:00:39 -0700 (PDT) Received: from impreza (uid 1000) (envelope-from impreza@Impreza) id 742cd3 by Impreza (DragonFly Mail Agent v3.8.0.3220.g866b921892); Mon, 08 Jul 2019 10:00:50 -0300 Date: Mon, 8 Jul 2019 10:00:50 -0300 From: maxice8 To: alpine-aports@lists.alpinelinux.org Subject: Re: [alpine-aports] [PATCH] Modified /usr/lib/libkeyutils.so to be relative rather then absolute to help when cross compiling using sysroot Message-ID: <20190708130050.p364zmf2utsecvef@Impreza> References: <20190708125606.30191-1-anthony.t.davies@gmail.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190708125606.30191-1-anthony.t.davies@gmail.com> User-Agent: NeoMutt/20180716 Commit must follow the scheme: ` /: <body with longer explanation> ` so it can problably be ` main/keyutils: make libkeyutils.so.1 symlink relative Fixes usecase where one is cross compiling using a sysroot ` You also need to bump the pkgrel or your changes won't be applied. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---