Github messages for voidlinux
 help / color / mirror / Atom feed
From: shtayerc <shtayerc@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] dante: enable preload support
Date: Wed, 29 Apr 2020 17:42:09 +0200	[thread overview]
Message-ID: <20200429154209.G6gdBFqwFUJWNRD_uPpB9OLizcsc05V5o2mqfd2wJsc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19232@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 407 bytes --]

There is an updated pull request by shtayerc against master on the void-packages repository

https://github.com/shtayerc/void-packages dante
https://github.com/void-linux/void-packages/pull/19232

dante: enable preload support
Configure script does not detect preloading support unless file /etc/ld.so.cache exists.

A patch file from https://github.com/void-linux/void-packages/pull/19232.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-dante-19232.patch --]
[-- Type: text/x-diff, Size: 988 bytes --]

From ccafdc00296cbaef8d901c34cec25c38291caedd Mon Sep 17 00:00:00 2001
From: shtayerc <david.murko@mailbox.org>
Date: Sun, 22 Mar 2020 10:24:58 +0100
Subject: [PATCH] dante: enable preload support

---
 srcpkgs/dante/template | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/dante/template b/srcpkgs/dante/template
index 0d2c48da378..44e08fd6ab1 100644
--- a/srcpkgs/dante/template
+++ b/srcpkgs/dante/template
@@ -1,7 +1,7 @@
 # Template file for 'dante'
 pkgname=dante
 version=1.4.2
-revision=2
+revision=3
 build_style=gnu-configure
 hostmakedepends="tar automake libtool"
 short_desc="SOCKS server and client"
@@ -11,6 +11,10 @@ homepage="http://www.inet.no/dante/index.html"
 distfiles="http://www.inet.no/dante/files/dante-${version}.tar.gz"
 checksum=4c97cff23e5c9b00ca1ec8a95ab22972813921d7fbf60fc453e3e06382fc38a7
 
+if [ "$XBPS_TARGET_LIBC" = "glibc" ]; then
+	configure_args="--with-libc=libc.so.6"
+fi
+
 pre_configure() {
 	autoreconf -fi
 }

  parent reply	other threads:[~2020-04-29 15:42 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-19232@inbox.vuxu.org>
2020-02-17 12:34 ` xtraeme
2020-02-17 13:51 ` shtayerc
2020-02-17 14:30 ` Duncaen
2020-02-17 14:46 ` shtayerc
2020-02-17 15:33 ` shtayerc
2020-02-18  9:38 ` absrd
2020-02-18 10:47 ` shtayerc
2020-02-18 13:52 ` shtayerc
2020-02-18 14:11 ` Duncaen
2020-02-18 14:27 ` xtraeme
2020-02-19  1:47 ` xtraeme
2020-02-19  1:47 ` xtraeme
2020-02-19  8:50 ` shtayerc
2020-02-25 15:21 ` shtayerc
2020-04-29 15:30 ` shtayerc
2020-04-29 15:35 ` Duncaen
2020-04-29 15:42 ` shtayerc [this message]
2020-04-29 15:59 ` shtayerc
2020-04-29 20:20 ` [PR PATCH] [Merged]: " Duncaen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200429154209.G6gdBFqwFUJWNRD_uPpB9OLizcsc05V5o2mqfd2wJsc@z \
    --to=shtayerc@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).