Source: sarg
Version: 2.3.1-2
User: ubuntu-de...@lists.ubuntu.com
Usertags: no-add-needed

Hello, i got ftbfs when building sarg, seems like a library has been
added into LDFLAGS instead of LIBS. thats wrong, you must adding Library
linker to LIBS or LDADD.

Related bug can be found at
https://bugs.launchpad.net/ubuntu/+source/sarg/+bug/776012

Here is the patch
diff -u sarg-2.3.1/debian/rules sarg-2.3.1/debian/rules
--- sarg-2.3.1/debian/rules
+++ sarg-2.3.1/debian/rules
@@ -11,7 +11,7 @@
 include /usr/share/dpatch/dpatch.make

 CFLAGS = -Wall -g
-LDFLAGS = -lm
+LIBS = -lm
 INSTALL = install
 INSTALL_FILE    = $(INSTALL) -p    -o root -g root  -m  644
 INSTALL_PROGRAM = $(INSTALL) -p    -o root -g root  -m  755

Thanks for your work!
-- 
[ Mahyuddin Susanto ] - 4096R/90B36C5B


Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to