diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:50:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-14 00:50:25 +0000 |
commit | 018fc90f1c1e3b50b982cc671bba5fcc4235e020 (patch) | |
tree | 79c59582d3640509bc4150e56283c4cfb1d47007 /configure | |
parent | bd33aa8c2afeb3e747fdb4cd57f07fb6b1a01c7d (diff) | |
download | s6-networking-018fc90f1c1e3b50b982cc671bba5fcc4235e020.tar.xz |
- Parallel build fixv2.0.1.0
- Version updated to 2.0.1.0, release candidate
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -169,8 +169,8 @@ for arg ; do --enable-static|--enable-static=yes) static=true ;; --disable-static|--enable-static=no) static=false ;; --enable-allstatic|--enable-allstatic=yes) allstatic=true ;; - --disable-allstatic|--enable-allstatic=no) allstatic=false ;; - --enable-static-libc|--enable-static-libc=yes) evenmorestatic=true ;; + --disable-allstatic|--enable-allstatic=no) allstatic=false ; evenmorestatic=false ;; + --enable-static-libc|--enable-static-libc=yes) allstatic=true ; evenmorestatic=true ;; --disable-static-libc|--enable-static-libc=no) evenmorestatic=false ;; --enable-slashpackage=*) sproot=${arg#*=} ; slashpackage=true ; ;; --enable-slashpackage) sproot= ; slashpackage=true ;; @@ -358,6 +358,7 @@ vpath lib%a$vpaths EOF if $allstatic ; then echo ".LIBPATTERNS := lib%.a" + echo "DO_ALLSTATIC := 1" vpathd= fi echo "vpath lib%.so$vpathd" |