diff options
Diffstat (limited to 'meta-demoapps/recipes-graphics/xournal/files/ldflags.patch')
-rw-r--r-- | meta-demoapps/recipes-graphics/xournal/files/ldflags.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-demoapps/recipes-graphics/xournal/files/ldflags.patch b/meta-demoapps/recipes-graphics/xournal/files/ldflags.patch deleted file mode 100644 index ec75e71529..0000000000 --- a/meta-demoapps/recipes-graphics/xournal/files/ldflags.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | --- | ||
4 | src/Makefile.am | 2 +- | ||
5 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
6 | |||
7 | Index: xournal-0.2/src/Makefile.am | ||
8 | =================================================================== | ||
9 | --- xournal-0.2.orig/src/Makefile.am 2007-05-09 15:06:26.000000000 +0100 | ||
10 | +++ xournal-0.2/src/Makefile.am 2007-05-09 15:06:35.000000000 +0100 | ||
11 | @@ -21,5 +21,5 @@ xournal_SOURCES = \ | ||
12 | xo-interface.c xo-interface.h \ | ||
13 | xo-callbacks.c xo-callbacks.h | ||
14 | |||
15 | -xournal_LDADD = @PACKAGE_LIBS@ | ||
16 | +xournal_LDADD = @PACKAGE_LIBS@ -lz | ||
17 | |||