[eso-midas] 01/01: Correctly set LD_LIBRARY_PATH on kfreebsd and hurd
Ole Streicher
olebole at moszumanska.debian.org
Tue Mar 17 20:53:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository eso-midas.
commit bc16a907b1cb9dc50735b12f5aadda6ae48bf169
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Mar 17 21:53:29 2015 +0100
Correctly set LD_LIBRARY_PATH on kfreebsd and hurd
---
debian/patches/setup-debian.patch | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/debian/patches/setup-debian.patch b/debian/patches/setup-debian.patch
index 6b69b62..91b4a49 100644
--- a/debian/patches/setup-debian.patch
+++ b/debian/patches/setup-debian.patch
@@ -124,3 +124,14 @@ Description: Debian specific changes
MID_HOME=$MIDASHOME/$MIDVERS
export MIDASHOME MIDVERS
+--- a/system/unix/inmidas
++++ b/system/unix/inmidas
+@@ -425,7 +425,7 @@
+ #
+ os=`uname`
+ case "$os" in
+- "SunOS"|"Linux")
++ "SunOS"|"Linux"|"GNU"|"GNU/*")
+ if [ -z "$LD_LIBRARY_PATH" ] ; then
+ LD_LIBRARY_PATH=$MIDASHOME/$MIDVERS/lib
+ else
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/eso-midas.git
More information about the debian-science-commits
mailing list