diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-03-26 17:05:43 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-29 23:30:37 +0200 |
commit | cc405b4cb323b6f16dbf12ae319885ec88d1dddd (patch) | |
tree | f2156db724f89a584279cce4de00f24d67f68ec2 /package/python | |
parent | fc91501e6b32ef1b015ac9b0fbf6d64aa1ce0162 (diff) | |
download | buildroot-cc405b4cb323b6f16dbf12ae319885ec88d1dddd.tar.gz buildroot-cc405b4cb323b6f16dbf12ae319885ec88d1dddd.zip |
arch, linux, package: remove whitespaces
Whitespaces were searched using the following regex:
[ ]{1,}\t
and then manually removed in most of the cases. For
xserver_xorg-server.mk, tabs before backslashes were removed.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python')
-rw-r--r-- | package/python/python.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/python/python.mk b/package/python/python.mk index 1787576188..e430d741c5 100644 --- a/package/python/python.mk +++ b/package/python/python.mk @@ -17,9 +17,9 @@ PYTHON_LIBTOOL_PATCH = NO # also installed in $(HOST_DIR), as it is needed when cross-compiling # third-party Python modules. -HOST_PYTHON_CONF_OPTS += \ +HOST_PYTHON_CONF_OPTS += \ --enable-static \ - --without-cxx-main \ + --without-cxx-main \ --disable-sqlite3 \ --disable-tk \ --with-expat=system \ @@ -159,7 +159,7 @@ PYTHON_CONF_ENV += ac_cv_big_endian_double=yes endif PYTHON_CONF_OPTS += \ - --without-cxx-main \ + --without-cxx-main \ --without-doc-strings \ --with-system-ffi \ --disable-pydoc \ |