summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2015-03-31 14:45:08 +0300
committerIgor Pashev <pashev.igor@gmail.com>2015-03-31 14:45:08 +0300
commit98e9630fa194e53312d094af410155cfe6d753f4 (patch)
tree704cc26a909ee5cb1582e0591cfb4da671dd5aca
parent672944bb8e2a2305ffccec6b6523f56fa7fec20d (diff)
downloadillumos-packaging-98e9630fa194e53312d094af410155cfe6d753f4.tar.gz
Use local headers
-rwxr-xr-xlibc/debian/rules3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/debian/rules b/libc/debian/rules
index 977f0ae..94d2327 100755
--- a/libc/debian/rules
+++ b/libc/debian/rules
@@ -167,7 +167,8 @@ dirs-stamp:
headers-stamp: patch-stamp dirs-stamp fix-x-stamp
dh_illumos_make $(make) usr/src/head -t install_h
dh_illumos_make $(make) $(libs_headers:%=usr/src/lib/%) -t install_h
- cp usr/src/uts/common/sys/avl*.h debian/tmp/usr/include/sys/
+ cp -vf usr/src/uts/common/sys/avl*.h debian/tmp/usr/include/sys/
+ cp -vrf debian/compat_headers/* debian/tmp/usr/include/
touch $@
lib-stamp: headers-stamp