chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / sysdeps / hppa.mk
1 libc_add-ons = ports nptl $(add-ons)
2 libc_extra_config_options = $(extra_config_options) --disable-sanity-checks
3
4 # hppa64 needs symlink /usr/hppa64-linux/include to /usr/include
5 # (See: Bug#239020)  In future we may drop this file with supporting hppa64.
6
7 define libc6-dev_extra_pkg_install
8 mkdir -p debian/$(curpass)/usr
9 mkdir -p debian/$(curpass)/usr/hppa64-linux
10 ln -sf ../include debian/$(curpass)/usr/hppa64-linux/include
11 mkdir -p debian/$(curpass)/usr/hppa64-linux-gnu
12 ln -sf ../include debian/$(curpass)/usr/hppa64-linux-gnu/include
13 endef
14