[tkhtml3] 01/01: Correct linker for kfreeBSD-*

Ole Streicher olebole-guest at moszumanska.debian.org
Thu Jun 26 11:51:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository tkhtml3.

commit 04dd917745fcc54d2158c8b102d8cbf2200615f6
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Apr 14 16:10:17 2014 +0200

    Correct linker for kfreeBSD-*
---
 debian/changelog                      | 6 ++++++
 debian/patches/configure_shlibs.patch | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a8afe82..f7939b4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tk-html3 (3.0~fossil20110109-4) unstable; urgency=low
+
+  * Correct linker for kfreeBSD-*
+
+ -- Ole Streicher <debian at liska.ath.cx>  Mon, 14 Apr 2014 16:09:05 +0200
+
 tk-html3 (3.0~fossil20110109-3) unstable; urgency=low
 
   * Push to newest standards (3.9.5) and dh (9) and solve lintian warnings
diff --git a/debian/patches/configure_shlibs.patch b/debian/patches/configure_shlibs.patch
index 4df0da1..951fc9e 100644
--- a/debian/patches/configure_shlibs.patch
+++ b/debian/patches/configure_shlibs.patch
@@ -48,7 +48,7 @@ Bug-Debian: http://bugs.debian.org/692301
  	    # FreeBSD 3.* and greater have ELF.
  	    SHLIB_CFLAGS="-fPIC"
 -	    SHLIB_LD="ld -Bshareable -x"
-+	    SHLIB_LD="ld -Bshareable -x ${LDFLAGS}"
++	    SHLIB_LD="${CC} -shared ${SHLIB_CFLAGS} ${LDFLAGS}"
  	    SHLIB_LD_LIBS='${LIBS}'
  	    SHLIB_SUFFIX=".so"
  	    DL_OBJS="tclLoadDl.o"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/tkhtml3.git



More information about the debian-science-commits mailing list