File: deplibs_test_disable.patch

package info (click to toggle)
libtool 2.2.6b-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,740 kB
  • ctags: 1,236
  • sloc: sh: 25,677; ansic: 5,052; makefile: 1,149; pascal: 131; cpp: 121; fortran: 37; f90: 37
file content (21 lines) | stat: -rw-r--r-- 838 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## This test is broken for several reasons:
## - It's linking a shared lib against a static lib.  This is not
##   portable, and we even give a warning about this.
## - The shared lib is not using any symbols from the static lib.
## - The test program is linked against the shared lib and using
##   symbols from the static lib.

Index: libtool-2.2.6a/tests/demo-deplibs.test
===================================================================
--- libtool-2.2.6a.orig/tests/demo-deplibs.test	2009-04-10 00:53:38.000000000 +0200
+++ libtool-2.2.6a/tests/demo-deplibs.test	2009-04-10 00:53:48.000000000 +0200
@@ -23,6 +23,9 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 ####
 
+# This test is broken for several reasons, skip it.
+exit 77
+
 . tests/defs || exit 1
 
 func_require "demo-conf" "tests/demo/libhello.la"