summaryrefslogtreecommitdiff
path: root/debian/shlibs-add-udebs
diff options
context:
space:
mode:
authorAdam Conrad <adconrad@0c3.net>2015-09-19 22:46:04 +0000
committerAdam Conrad <adconrad@0c3.net>2015-09-19 22:46:04 +0000
commit66bafde6845cd54fcb6e466c2892d8fccb693c52 (patch)
tree84c362a05d07f387033dbecf6cbae95622b58334 /debian/shlibs-add-udebs
parent503d6ec11ccd93332f470fcbbf032fc5cf2a7935 (diff)
debian/*: Conditionally add libmvec to libc-udeb only on amd64 and x32.
svn path=/glibc-package/branches/glibc-2.22/; revision=6596
Diffstat (limited to 'debian/shlibs-add-udebs')
-rw-r--r--debian/shlibs-add-udebs2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/shlibs-add-udebs b/debian/shlibs-add-udebs
index 656e6d65..d2bde0d5 100644
--- a/debian/shlibs-add-udebs
+++ b/debian/shlibs-add-udebs
@@ -36,7 +36,7 @@ W="[^[:space:]]*"
# The following lists should match the ones in the *-udeb.install files
# in debian/debhelper.in; $W replaces any "*" wildcards there.
expr_libc1="ld$W libm-$W libm libdl$W libresolv$W libc-$W libc"
-expr_libc2="libutil$W libcrypt$W librt$W libpthread$W"
+expr_libc2="libutil$W libcrypt$W librt$W libpthread$W libmvec$W"
expr_hurd="libmachuser$W libhurduser$W"
expr_nss_dns="libnss_dns$W"
expr_nss_files="libnss_files$W"