Source: qrisk2
Version: 0.1.20150729-3
Tags: patch upstream
Control: block 798955 by -1

qrisk2's Makefile hard codes the location of libc headers such as
math.h. This will stop working with non-glibc libcs as well as a glibc
that fixes #798955. qrisk2 will fail to build. The attached patch
removes the unnecessary hard coding. Please consider applying it.

Helmut
--- qrisk2-0.1.20150729.orig/Makefile
+++ qrisk2-0.1.20150729/Makefile
@@ -80,10 +80,6 @@
 
 # DO NOT DELETE
 
-c/Q80_model_4_0.o: /usr/include/math.h /usr/include/features.h
-c/Q80_model_4_0.o: /usr/include/string.h
 c/Q80_model_4_0.o: include/clinrisk/Q80_model_4_0.h include/clinrisk/utils.h
-c/Q80_model_4_1.o: /usr/include/math.h /usr/include/features.h
-c/Q80_model_4_1.o: /usr/include/string.h
 c/Q80_model_4_1.o: include/clinrisk/Q80_model_4_1.h include/clinrisk/utils.h
-c/utils.o: /usr/include/string.h include/clinrisk/utils.h
+c/utils.o:

Reply via email to