Bug#875410: librsb: please fix build with wl-asneeded

Gianfranco Costamagna locutusofborg at debian.org
Mon Sep 11 08:53:20 UTC 2017


Source: librsb
Version: 1.2.0-rc7-3
Severity: normal
Tags: patch

Hello, the following patch makes the package build when wl-asneeded is the default

--- librsb-1.2.0-rc7/debian/rules	2017-08-10 06:20:24.000000000 +0000
+++ librsb-1.2.0-rc7/debian/rules	2017-09-11 08:47:54.000000000 +0000
@@ -31,7 +31,7 @@
override_dh_auto_test:
make qtests
(cd debian ;							\
-	 gcc -o rsb127_bugfix -I.. -L../.libs -lrsb rsb127_bugfix.c ; 	\
+	 gcc -o rsb127_bugfix -I.. rsb127_bugfix.c -L../.libs -lrsb; 	\
LD_LIBRARY_PATH=../.libs ./rsb127_bugfix )

override_dh_compress:

thanks for considering it

Gianfranco



More information about the debian-science-maintainers mailing list