7 lines
358 B
Bash
Executable File
7 lines
358 B
Bash
Executable File
#!/bin/bash
|
|
# CONFIGURE — interactive y/n queries for the ICE engine
|
|
config_query BUSYBOX_STATIC "Build as a fully static binary?" y
|
|
config_query BUSYBOX_SSL "Enable SSL (openssl) support?" n
|
|
config_query BUSYBOX_IPC "Enable System V IPC support?" y
|
|
config_query BUSYBOX_UNICODE "Enable Unicode support?" y
|