File: deplibs_test_disable.patch

package info (click to toggle)
libtool 2.5.4-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,688 kB
  • sloc: sh: 58,532; ansic: 4,292; makefile: 883
file content (20 lines) | stat: -rw-r--r-- 634 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
## 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.5.4/tests/demo.at
===================================================================
--- libtool-2.5.4.orig/tests/demo.at
+++ libtool-2.5.4/tests/demo.at
@@ -434,6 +434,8 @@ AT_CLEANUP
 
 AT_SETUP([deplibs_check_method])
 
+AT_CHECK([(exit 77)])
+
 _LT_DEMO_SETUP
 
 AT_DATA([demo.mk],