]> git.pld-linux.org Git - packages/libtool.git/blob - libtool-readonlysym.patch
- new patches (fix x86_64, make restricted symbol exports work on Linux)
[packages/libtool.git] / libtool-readonlysym.patch
1 --- libtool-1.5/libtool.m4.readonlysym  2003-04-24 16:41:59.000000000 -0400
2 +++ libtool-1.5/libtool.m4      2003-04-24 16:48:59.000000000 -0400
3 @@ -4384,7 +4384,7 @@
4    symcode='[[BCDEGQRST]]'
5    ;;
6  solaris* | sysv5*)
7 -  symcode='[[BDT]]'
8 +  symcode='[[BDRT]]'
9    ;;
10  sysv4)
11    symcode='[[DFNSTU]]'
12 @@ -4402,7 +4402,7 @@
13  # If we're using GNU nm, then use its standard symbol codes.
14  case `$NM -V 2>&1` in
15  *GNU* | *'with BFD'*)
16 -  symcode='[[ABCDGISTW]]' ;;
17 +  symcode='[[ABCDGIRSTW]]' ;;
18  esac
19  
20  # Try without a prefix undercore, then with it.
This page took 0.031958 seconds and 3 git commands to generate.