diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2015-10-18 19:18:57 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2015-10-18 19:18:57 +0300 |
commit | cc56cbb2e8dd22e0caf2c544691c94a72f36fc77 (patch) | |
tree | 4d70d4dc4f43b1fff22c5a19f7105e5dd6104a8c | |
parent | 61462846765184d37490060a1128b3b970f0a035 (diff) | |
download | illumos-packaging-cc56cbb2e8dd22e0caf2c544691c94a72f36fc77.tar.gz |
Build nsswitch
-rwxr-xr-x | libc/debian/rules | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/debian/rules b/libc/debian/rules index f56bf4e..d3b05fa 100755 --- a/libc/debian/rules +++ b/libc/debian/rules @@ -91,6 +91,7 @@ $(ILLUMOS_GATE): create-orig: $(ILLUMOS_GATE) dh_illumos_gate --create-orig --build \ $(ILLUMOS_GATE)/usr/src/head \ + $(ILLUMOS_GATE)/usr/src/lib/nsswitch/Makefile* \ $(ILLUMOS_GATE)/usr/src/man/man2/\*.2 \ $(ILLUMOS_GATE)/usr/src/man/man3/\*.3 \ $(ILLUMOS_GATE)/usr/src/man/man3c/\*.3c \ @@ -192,6 +193,7 @@ override_dh_auto_build: cp -vrf debian/compat_headers/* $(ROOT)/usr/include/ dh_illumos_make $(libs:%=$(BUILD)/usr/src/lib/%) + dh_illumos_make $(nsswitch:%=$(BUILD)/usr/src/lib/nsswitch/%) nsswitch-stamp: lib-stamp dh_illumos_make $(make) $(nsswitch:%=usr/src/lib/nsswitch/%) |