pkgsrc-WIP-changes archive

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

gnucash-devel: add rpath, fix perl path.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Tue Feb 20 16:59:00 2018 +0100
Changeset:	67cf5aa1d507f27c25de1151aed6ef7bd2275fa3

Modified Files:
	gnucash-devel/Makefile
Removed Files:
	gnucash-devel/TODO

Log Message:
gnucash-devel: add rpath, fix perl path.

Package is building fine again.

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

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

diffstat:
 gnucash-devel/Makefile | 5 ++++-
 gnucash-devel/TODO     | 1 -
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/gnucash-devel/Makefile b/gnucash-devel/Makefile
index 63b7b529ca..b2d587cd14 100644
--- a/gnucash-devel/Makefile
+++ b/gnucash-devel/Makefile
@@ -28,11 +28,14 @@ USE_TOOLS+=		intltool makeinfo msgfmt perl:run pkg-config
 # remove when using ninja
 USE_TOOLS+=		gmake
 
+LDFLAGS+=		${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnucash
+CXXFLAGS+=		-Wno-deprecated-declarations
+
 MAKE_ENV+=		GUILE_AUTO_COMPILE=0
 CMAKE_ARGS+=		-DGMOCK_ROOT=${WRKDIR}/googletest-release-1.8.0/googlemock
 CMAKE_ARGS+=		-DGTEST_ROOT=${WRKDIR}/googletest-release-1.8.0/googletest
 CMAKE_ARGS+=		-DWITH_AQBANKING=OFF
-CMAKE_ARGS+=		-DCMAKE_CXX_FLAGS="-Wno-deprecated-declarations"
+CMAKE_ARGS+=		-DPERL_EXECUTABLE=${LOCALBASE}/bin/perl
 #CMAKE_ARGS+=		-GNinja
 #BUILD_DEPENDS+=		ninja-build-[0-9]*:../../devel/ninja-build
 
diff --git a/gnucash-devel/TODO b/gnucash-devel/TODO
deleted file mode 100644
index a01e637aaf..0000000000
--- a/gnucash-devel/TODO
+++ /dev/null
@@ -1 +0,0 @@
-rpath is missing in binaries/libraries.


Home | Main Index | Thread Index | Old Index