Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3a01ef99dddda6decaef1be2f0d8e7c03f026423)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3a01ef99dddda6decaef1be2f0d8e7c03f026423)
  • Date: Sun, 5 Jul 2015 18:46:32 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

crypto/keepassx/DEPENDS | 3 ++-
crypto/keepassx/HISTORY | 3 +++
crypto/keepassx/INSTALL | 4 ++++
3 files changed, 9 insertions(+), 1 deletion(-)

New commits:
commit 3a01ef99dddda6decaef1be2f0d8e7c03f026423
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

crypto/keepassx: fix executable rpath

diff --git a/crypto/keepassx/DEPENDS b/crypto/keepassx/DEPENDS
index dee10fb..38c7f5a 100755
--- a/crypto/keepassx/DEPENDS
+++ b/crypto/keepassx/DEPENDS
@@ -1,3 +1,4 @@
depends -sub CXX gcc &&
depends qt4 &&
-depends cmake
+depends cmake &&
+depends patchelf
diff --git a/crypto/keepassx/HISTORY b/crypto/keepassx/HISTORY
index 017aa68..85ebff9 100644
--- a/crypto/keepassx/HISTORY
+++ b/crypto/keepassx/HISTORY
@@ -1,3 +1,6 @@
+2015-07-05 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * INSTALL, DEPENDS: fix rpath of executable so all libraries are found
+
2015-06-28 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* BUILD, DEPENDS: use cmake, install to /usr instead of to /opt/qt4

diff --git a/crypto/keepassx/INSTALL b/crypto/keepassx/INSTALL
new file mode 100755
index 0000000..d018c7f
--- /dev/null
+++ b/crypto/keepassx/INSTALL
@@ -0,0 +1,4 @@
+default_install &&
+message "$MESSAGE_COLOR patchelf --set-rpath /opt/qt4/lib
${SOURCE_DIRECTORY}/build/src/keepassx $DEFAULT_COLOR" &&
+patchelf --set-rpath /opt/qt4/lib ${INSTALL_ROOT}/usr/bin/keepassx
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (3a01ef99dddda6decaef1be2f0d8e7c03f026423), Florian Franzmann, 07/05/2015

Archive powered by MHonArc 2.6.24.

Top of Page