- fix building in btrfs VMs
[platform/upstream/build.git] / baselibs_global-deb.conf
1 arch i586   targets x86_64:32bit ia64:x86
2 arch i686   targets x86_64:32bit ia64:x86
3 arch s390   targets s390x:32bit
4 arch ppc    targets ppc64:32bit
5 arch ppc64  targets ppc:64bit
6
7 configdir /usr/lib/baselibs-<targettype>/bin
8
9 targettype x86 prefix /emul/ia32-linux
10
11 targettype x86 extension -x86
12 targettype 32bit extension 32
13 targettype 64bit extension 64
14
15 targetname <name>-<targettype>
16
17 +.*/lib(64)?/.*\.(so.*|o|a|la)$
18
19 targettype 64bit -^(/usr)?/lib/lib
20 targettype 32bit -/lib64/
21 targettype x86   -/lib64/
22
23 config    +.*bin.*-config$
24 config    -/kde-config$
25
26 targettype x86 requires "ia32el"
27 targettype x86 prereq "glibc-x86"
28
29 package /.(?<!-devel)$/
30 post #!/bin/sh
31 #post "/sbin/ldconfig"
32
33 package /(.*)-devel$/
34 targettype x86 block!
35 requires "<name> = <version>"
36 #requires "<match1>-<targettype> = <version>"
37
38 package /(.*)-debuginfo$/
39 +/usr/lib(64)?/debug/.*/lib(64)?/.*\.(so.*|o|a|la)\.debug$