pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/mpdecimal



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Jul 20 18:12:24 UTC 2026

Modified Files:
        pkgsrc/math/mpdecimal: Makefile

Log Message:
math/mpdecimal: Fix RELRO build

* Add RELRO flag to LDXXFLAGS to pass RELRO check.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/math/mpdecimal/Makefile

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

Modified files:

Index: pkgsrc/math/mpdecimal/Makefile
diff -u pkgsrc/math/mpdecimal/Makefile:1.2 pkgsrc/math/mpdecimal/Makefile:1.3
--- pkgsrc/math/mpdecimal/Makefile:1.2  Tue May  6 16:01:19 2025
+++ pkgsrc/math/mpdecimal/Makefile      Mon Jul 20 18:12:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/05/06 16:01:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/07/20 18:12:24 ryoon Exp $
 
 DISTNAME=      mpdecimal-4.0.1
 CATEGORIES=    math
@@ -17,7 +17,7 @@ GNU_CONFIGURE=                yes
 BUILD_TARGET=          default
 TEST_TARGET=           check_local
 # Let libmpdec++.so find libmpdec.so
-CONFIGURE_ENV+=                LDXXFLAGS="${COMPILER_RPATH_FLAG}${PREFIX}/lib"
+CONFIGURE_ENV+=                LDXXFLAGS="${COMPILER_RPATH_FLAG}${PREFIX}/lib ${LDFLAGS}"
 PKGCONFIG_OVERRIDE+=   libmpdec/.pc/libmpdec.pc.in
 PKGCONFIG_OVERRIDE+=   libmpdec++/.pc/libmpdec++.pc.in
 



Home | Main Index | Thread Index | Old Index