Source: wims
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed
Version: 4.00-4
Severity: minor
Tags: patch

Fix FTBFS with ld --as-needed.

Description: Fix FTBFS with --as-needed.
Author: Felix Geyer <debfx-...@fobos.de>

--- wims-4.00.orig/wims/src/Oef2wims/Makefile.in
+++ wims-4.00/wims/src/Oef2wims/Makefile.in
@@ -7,7 +7,7 @@ defin...@defines@
 str...@strip@
 rpath=
 libtype=static
-lopt=-L../../lib -lm -lwims $(rpath)
+lopt=-L../../lib -lwims -lm $(rpath)
 
 all: oef2wims
 
--- wims-4.00.orig/wims/src/Wimslogd/Makefile.in
+++ wims-4.00/wims/src/Wimslogd/Makefile.in
@@ -5,7 +5,7 @@ c...@cc@
 cfla...@cflags@ -Wall
 defin...@defines@
 str...@strip@
-lopt=-L../../lib -lm -lwims
+lopt=-L../../lib -lwims -lm
 
 all: wimslogd
 
--- wims-4.00.orig/wims/src/Misc/Makefile.in
+++ wims-4.00/wims/src/Misc/Makefile.in
@@ -8,7 +8,7 @@ str...@strip@
 rpath=
 libtype=static
 netli...@netlibs@
-lopt=-L$(wims_home)/lib -lm -lwims $(rpath)
+lopt=-L$(wims_home)/lib -lwims -lm $(rpath)
 
 publicbin=curvecomp cyclicode ftype oncechar shortpath webget
 Publicbin=$(publicbin) Plouffe clickzone html2msg huffman translator wrap chroot voronoi
--- wims-4.00.orig/wims/src/Msg2wims/Makefile.in
+++ wims-4.00/wims/src/Msg2wims/Makefile.in
@@ -7,7 +7,7 @@ defin...@defines@
 str...@strip@
 rpath=
 libtype=static
-lopt=-L../../lib -lm -lwims $(rpath)
+lopt=-L../../lib -lwims -lm $(rpath)
 
 all: msg2wims
 

Reply via email to