summaryrefslogtreecommitdiff
path: root/debian/patches/math-library.patch
diff options
context:
space:
mode:
authorMaximiliano Curia <maxy@debian.org>2015-11-08 18:39:47 +0100
committerMaximiliano Curia <maxy@debian.org>2015-11-08 18:39:47 +0100
commitab9222cfa0378bbe6a2440791cd8738bed3971a6 (patch)
tree145740eddc0961bc5dcffd2e5b67da089a44183b /debian/patches/math-library.patch
parent825fd5668026f70071c7a5eef277b0bf5c8f02d2 (diff)
parent73d1a356c8ddb11c32eb897b5eae6a6e6c8d47ef (diff)
oregano (0.70-3) unstable; urgency=medium
* Refresh patches. * New patch: 0007-Update-russian-translation.patch (Closes: #804278) * Bump Standards-Version to 3.9.6, no changes needed. * Bump debhelper compat and build dep to 9. * Update copyright information. [dgit import unpatched oregano 0.70-3]
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