summaryrefslogtreecommitdiff
path: root/debian/patches/math-library.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/math-library.patch')
-rw-r--r--debian/patches/math-library.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/math-library.patch b/debian/patches/math-library.patch
new file mode 100644
index 0000000..c73d4bd
--- /dev/null
+++ b/debian/patches/math-library.patch
@@ -0,0 +1,18 @@
+From: Maximiliano Curia <maxy@debian.org>
+Date: Sat, 7 Nov 2015 16:00:53 +0100
+Subject: math-library
+
+---
+ src/Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 2222e14..5da4202 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -99,4 +99,4 @@ oregano_SOURCES = \
+ xml-helper.h
+
+ oregano_LDADD = \
+- $(OREGANO_LIBS)
++ $(OREGANO_LIBS) -lm