pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

mpdecimal: fix rpath



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Thu Jan 4 20:01:51 2024 +0100
Changeset:	fa1ad15508c4230317ac76aa294f972fe09397b3

Modified Files:
	mpdecimal/Makefile
Removed Files:
	mpdecimal/TODO

Log Message:
mpdecimal: fix rpath

From Stefan Krah in PR pkg/56019.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa1ad15508c4230317ac76aa294f972fe09397b3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mpdecimal/Makefile | 3 ++-
 mpdecimal/TODO     | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/mpdecimal/Makefile b/mpdecimal/Makefile
index 8e7a545473..d285ee660d 100644
--- a/mpdecimal/Makefile
+++ b/mpdecimal/Makefile
@@ -17,6 +17,7 @@ TEST_TARGET=	check_local
 
 .include "../../mk/bsd.prefs.mk"
 
-CONFIGURE_ARGS+=	CC=gcc CXX=g++
+CONFIGURE_ARGS+=	CC=gcc CXX=g++ LDFLAGS="-Wl,-R${PREFIX}/lib" LDXXFLAGS="-Wl,-R${PREFIX}/lib"
+
 
 .include "../../mk/bsd.pkg.mk"
diff --git a/mpdecimal/TODO b/mpdecimal/TODO
deleted file mode 100644
index 4265c6f8d7..0000000000
--- a/mpdecimal/TODO
+++ /dev/null
@@ -1,2 +0,0 @@
-=> Checking for missing run-time search paths in mpdecimal-2.5.1
-ERROR: lib/libmpdec++.so.2.5.1: missing library: libmpdec.so.3


Home | Main Index | Thread Index | Old Index