diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:52:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-02-24 20:52:45 +0000 |
commit | f01bb649f33d9005e30ec2e82fef05f25b9a8dff (patch) | |
tree | 4b5c044630102ea6f295eac9d4bbcb6d9ac61a59 /NEWS | |
parent | 393fe484088b8e44764f79153d4ab806a763a526 (diff) | |
download | s6-rc-f01bb649f33d9005e30ec2e82fef05f25b9a8dff.tar.xz |
Build everything as PIC by default
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ In 0.5.0.0 - Bugfixes. - s6-rc-compile doesn't support -u and -g anymore; the user who can run s6-rc on a database is the user who owns the supervision tree. + - Everything builds as PIC by default. In 0.4.1.0 |