diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-04 15:50:43 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-04 15:50:47 +0300 |
commit | 37db4fd6f06057771c555bb6b19c573dbb72ee8f (patch) | |
tree | 6357adda63ffed7361d12f67bad1d54a6063d679 | |
parent | 9c26757d3dd8f8c4b21c98b326708a71c54b1773 (diff) | |
download | illumos-packaging-37db4fd6f06057771c555bb6b19c573dbb72ee8f.tar.gz |
libc: build libc first
So it is used for other libraries and binaries instead of the system
one.
-rwxr-xr-x | libc/debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/debian/rules b/libc/debian/rules index d6b0474..cf98184 100755 --- a/libc/debian/rules +++ b/libc/debian/rules @@ -41,8 +41,8 @@ libdl \ # usr/src/lib/* : libs := \ common \ -libavl \ libc \ +libavl \ libm \ libc_db \ libgen \ |