diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-13 09:03:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-08-13 09:03:47 +0000 |
commit | 3fc40a0c2ee783f2180c0f477f26d68bde6cb53c (patch) | |
tree | 7d13204aa08ad94bff7e6ce3867b9416b274bc93 /configure | |
parent | c67cf28d3357b4f09a5922715c9925c7a7817190 (diff) | |
download | execline-3fc40a0c2ee783f2180c0f477f26d68bde6cb53c.tar.xz |
- Cosmetic fixv2.1.3.1
- version: 2.1.3.1
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -298,6 +298,8 @@ tryflag CPPFLAGS_AUTO -Werror=implicit-int tryflag CPPFLAGS_AUTO -Werror=pointer-sign tryflag CPPFLAGS_AUTO -Werror=pointer-arith +CPPFLAGS_AUTO="${CPPFLAGS_AUTO}${addincpath}" + if $evenmorestatic ; then LDFLAGS_NOSHARED=-static fi @@ -323,8 +325,6 @@ if test -z "$vpaths" ; then done < package/deps-build fi -CPPFLAGS_AUTO="$CPPFLAGS_AUTO $addincpath" - echo "creating config.mak..." cmdline=$(quote "$0") for i ; do cmdline="$cmdline $(quote "$i")" ; done |