File: 03-link_order.patch

package info (click to toggle)
packeth 1.6.5-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,624 kB
  • sloc: ansic: 8,375; sh: 1,072; makefile: 45
file content (41 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Description: List libraries after the objects that require them
Author: Colin Watson <cjwatson@ubuntu.com>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/771125
Forwarded: no
Last-Update: 2011-09-13

---
 Makefile.am |    2 +-
 Makefile.in |    3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

--- packeth.orig/Makefile.am
+++ packeth/Makefile.am
@@ -29,7 +29,7 @@ pixmap_DATA=$(pixmaps)
 DEFS= \
   -DPKGDATADIR=\"$(pkgdatadir)/\"
 
-AM_LDFLAGS=$(DEPS_LIBS)
+packETH_LDADD=$(DEPS_LIBS)
 
 AM_CPPFLAGS = \
   -g \
--- packeth.orig/Makefile.in
+++ packeth/Makefile.in
@@ -55,7 +55,6 @@ am_packETH_OBJECTS = src/main.$(OBJEXT)
 	src/function.$(OBJEXT) src/function_send.$(OBJEXT) \
 	src/loadpacket.$(OBJEXT) src/savepacket.$(OBJEXT)
 packETH_OBJECTS = $(am_packETH_OBJECTS)
-packETH_LDADD = $(LDADD)
 DEFAULT_INCLUDES = -I.@am__isrc@
 depcomp = $(SHELL) $(top_srcdir)/depcomp
 am__depfiles_maybe = depfiles
@@ -203,7 +202,7 @@ pixmaps = \
 
 pixmapdir = $(pkgdatadir)/pixmaps
 pixmap_DATA = $(pixmaps)
-AM_LDFLAGS = $(DEPS_LIBS)
+packETH_LDADD = $(DEPS_LIBS)
 AM_CPPFLAGS = \
   -g \
   -O2 \