mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
buildroot: remove trailing spaces
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
This commit is contained in:
@@ -33,7 +33,7 @@ ifneq ($(BR2_INET_IPV6),y)
|
||||
PHP_CONFIGURE+=--disable-ipv6
|
||||
endif
|
||||
|
||||
### Extensions
|
||||
### Extensions
|
||||
ifeq ($(BR2_PACKAGE_PHP_EXT_SOCKETS),y)
|
||||
PHP_CONFIGURE+=--enable-sockets
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user