File: 05-as-needed.patch

package info (click to toggle)
alliance 5.0-20120515-6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 70,324 kB
  • ctags: 39,977
  • sloc: ansic: 350,299; vhdl: 34,227; yacc: 27,122; sh: 12,416; cpp: 9,478; makefile: 7,057; lex: 3,684
file content (27 lines) | stat: -rw-r--r-- 992 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
Description: fix FTBFS with ld --as-needed option
 Libraries which use symbols from other libraries must be placed before them
 in the argument list.
Author: Ilya Barygin <randomaction@ubuntu.com>

Index: alliance-5.0-20120515/asimut/src/Makefile.am
===================================================================
--- alliance-5.0-20120515.orig/asimut/src/Makefile.am	2012-05-14 16:19:52.000000000 +0200
+++ alliance-5.0-20120515/asimut/src/Makefile.am	2012-05-17 14:37:41.000000000 +0200
@@ -27,7 +27,6 @@
 asimut_LDADD = \
 -lBvl \
 -lBhl \
--L. libCst.la libSch.la \
 -L$(top_builddir)/mbkvti/src \
 -L$(top_builddir)/mbkedif/src \
 -L$(top_builddir)/mbkhilo/src \
@@ -48,7 +47,8 @@
 -lMlu \
 -lMal \
 -lMcl -lMel -lMhl -lMgl -lMsl \
-      -lMvg -lMlo -lRcn -lBvl -lBeh -lPpt -lPhl -lPat -lLog -lMut
+-lMvg -lMlo -lRcn -lBvl -lBeh -lPpt -lPhl -lPat -lLog -lMut \
+-L. libCst.la libSch.la
 
 asimut_SOURCES = \
 beh_delay.h	  c_fsyn_sr1k_56.c    vh_debug.c    vh_lspec.c	  vh_util.h \