diff options
author | Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> | 2014-12-22 09:12:05 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-22 09:27:37 +0100 |
commit | dd7346f415f84c645b5fbaee8789b78472849dc6 (patch) | |
tree | d5d8e1040d0f0cce02f55a6e414c6ec58a19c059 /package/tcl/tcl.mk | |
parent | 574f2f2bb8ac84930761b3a78e6e835134e731a0 (diff) |
package: indentation cleanup
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/tcl/tcl.mk')
-rw-r--r-- | package/tcl/tcl.mk | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package/tcl/tcl.mk b/package/tcl/tcl.mk index ef0983be3..1ebba1e81 100644 --- a/package/tcl/tcl.mk +++ b/package/tcl/tcl.mk @@ -19,15 +19,15 @@ TCL_AUTORECONF = YES # configured). Don't need to worry about conditionally including # it in the configure options TCL_CONF_OPTS = \ - --disable-symbols \ - --disable-langinfo \ - --disable-framework \ - --with-system-sqlite + --disable-symbols \ + --disable-langinfo \ + --disable-framework \ + --with-system-sqlite HOST_TCL_CONF_OPTS = \ - --disable-symbols \ - --disable-langinfo \ - --disable-framework + --disable-symbols \ + --disable-langinfo \ + --disable-framework # I haven't found a good way to force pkgs to not build # or configure without just removing the entire pkg directory. |