1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Description: debianization
Meant to maintain a minimal debian/rules, to fix warnings,
to address Debian specific stuff in general.
This is a Debian centric patch.
Origin: debian
Forwarded: not-needed
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2015-05-18
--- a/testu01/Makefile.am
+++ b/testu01/Makefile.am
@@ -6,6 +6,7 @@
lib_LTLIBRARIES = libtestu01.la
libtestu01_la_SOURCES = $(TESTU01SOURCES)
+libtestu01_la_CFLAGS = -Wno-unused-result
libtestu01_la_LIBADD = $(top_builddir)/probdist/libtestu01probdist.la $(top_builddir)/mylib/libtestu01mylib.la $(GMP_LIBS) $(LIBM)
libtestu01_la_LDFLAGS = -no-undefined -version-info $(LIBTESTU01_LT_VERSION)
if HAVE_LD_VERSION_SCRIPT
|