Package: lusernet.app / 0.4.2-7

link-order.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: Fix build with 'ld --as-needed'.
 Put -lPantomime in LuserNET_GUI_LIBS rather than LuserNET_LDFLAGS.
Author: Colin Watson <cjwatson@ubuntu.com>
Bug-Debian: http://bugs.debian.org/633556
Bug-Ubuntu: http://bugs.launchpad.net/ubuntu/+source/lusernet.app/+bug/771011
Forwarded: no
Last-Update: 2013-06-03
---

--- lusernet.app.orig/GNUmakefile
+++ lusernet.app/GNUmakefile
@@ -44,7 +44,7 @@
 
 MAKE_STRINGS_OPTIONS = --aggressive-match --aggressive-remove
 
-LuserNET_LDFLAGS += -lPantomime
+LuserNET_GUI_LIBS += -lPantomime
 #-lMime
 
 include $(GNUSTEP_MAKEFILES)/application.make