[eso-midas] 14/16: use gcc for make_shared

Ole Streicher olebole at moszumanska.debian.org
Wed Mar 25 14:16:07 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 1192ecc73288e7d49e2cda6d818f2d975b2ae16a
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Mar 25 14:07:21 2015 +0100

    use gcc for make_shared
---
 debian/patches/debian_setup.patch | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/patches/debian_setup.patch b/debian/patches/debian_setup.patch
index a9c9742..dadf5e7 100644
--- a/debian/patches/debian_setup.patch
+++ b/debian/patches/debian_setup.patch
@@ -40,7 +40,7 @@ Description: Debian specific setup
 +#!/bin/sh
 +shift
 +library=`basename $1 | sed 's/\.so\..*$//'`
-+$LDCC $LDFLAGS -shared -Wl,-soname,$1 -o $* -lm
++gcc $LDFLAGS -shared -Wl,-soname,$1 -o $* -lm
 +rm -f $library.so
 +ln -s $1 $library.so
 --- /dev/null

-- 
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