Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2021 17:45:01 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c0f1282a1cfc - main - science/libghemical: Remove LD_PRELOAD vecause it configured now without it
Message-ID:  <202109261745.18QHj1xI055359@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c0f1282a1cfc26c5d3dc6a2cbacf8f6aadb2c1c2

commit c0f1282a1cfc26c5d3dc6a2cbacf8f6aadb2c1c2
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-26 16:47:45 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-26 17:43:55 +0000

    science/libghemical: Remove LD_PRELOAD vecause it configured now without it
    
    PR:             258733
    Reported by:    mikael
---
 science/libghemical/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/science/libghemical/Makefile b/science/libghemical/Makefile
index 95906f69009b..639a919e199c 100644
--- a/science/libghemical/Makefile
+++ b/science/libghemical/Makefile
@@ -28,8 +28,6 @@ USE_GL=		gl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-CONFIGURE_ENV=	LD_PRELOAD=${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so # workaround: otherwise configure fails
-
 CONFIGURE_ARGS+=	--enable-mpqc
 LDFLAGS+=	-lSCbasis -lSCcints -lSCclass -lSCcontainer -lSCdft -lSCgroup \
 		-lSCintv3 -lSCisosurf -lSCkeyval -lSCmbpt -lSCmbptr12 -lSCmisc \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109261745.18QHj1xI055359>