Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (762e610c90500804e25352615902e377a80b87a7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (762e610c90500804e25352615902e377a80b87a7)
  • Date: Fri, 17 May 2019 22:05:01 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

devel/perl/BUILD | 4 +++-
devel/perl/HISTORY | 1 -
2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 762e610c90500804e25352615902e377a80b87a7
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

Revert "perl: Use -Dusethreads instead of modifying LDFLAGS"

The change was unintentionally pushed. The use of -lpthread needs to be
checked, but it isn't equivalent to -Dusethreads.

This reverts commit 6e260fa80c5720133dfdb8c15320593933c7b9fb.

diff --git a/devel/perl/BUILD b/devel/perl/BUILD
index 2cb506b..c07f877 100755
--- a/devel/perl/BUILD
+++ b/devel/perl/BUILD
@@ -20,7 +20,9 @@ PERL_PATHS="-Dprefix=/usr \

local CONFIG_OPTS="-Ui_db -Duseshrplib -Ulocincpth=" &&

-CONFIG_OPTS+=" -Dusethreads"
+if glibc_is_nptl; then
+ LDFLAGS="$LDFLAGS -lpthread"
+fi &&

if [[ $OLD_CUSTOM == y ]]; then
CONFIG_OPTS="-S "
diff --git a/devel/perl/HISTORY b/devel/perl/HISTORY
index 761b74f..6ba9b1b 100644
--- a/devel/perl/HISTORY
+++ b/devel/perl/HISTORY
@@ -1,6 +1,5 @@
2019-05-17 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS, BUILD: added dependencies on zlib and bzip2
- * BUILD: Added -Dusethreads
* PRE_BUILD: Fixed gcc version check

2019-04-20 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (762e610c90500804e25352615902e377a80b87a7), Ismael Luceno, 05/17/2019

Archive powered by MHonArc 2.6.24.

Top of Page