diff options
| author | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 14:56:42 -0600 |
|---|---|---|
| committer | Alexander M Pickering <alex@cogarr.net> | 2024-11-07 14:56:42 -0600 |
| commit | 2ec47dc1b2019c5b375f85115c2d6477bc3fdfee (patch) | |
| tree | 3748585ea35f31a79d8964d221dc0095de9e68d1 /config | |
| parent | fda0531cd8a75f9983b709ac828a491c61747f7e (diff) | |
| download | busybox-w32-packaging-2ec47dc1b2019c5b375f85115c2d6477bc3fdfee.tar.gz busybox-w32-packaging-2ec47dc1b2019c5b375f85115c2d6477bc3fdfee.tar.bz2 busybox-w32-packaging-2ec47dc1b2019c5b375f85115c2d6477bc3fdfee.zip | |
Set flags in config
no need to do it in init with sed.
Diffstat (limited to 'config')
| -rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -79,7 +79,7 @@ CONFIG_CROSS_COMPILER="gcc" | |||
| 79 | CONFIG_SYSROOT="" | 79 | CONFIG_SYSROOT="" |
| 80 | CONFIG_EXTRA_CFLAGS="" | 80 | CONFIG_EXTRA_CFLAGS="" |
| 81 | CONFIG_EXTRA_LDFLAGS="" | 81 | CONFIG_EXTRA_LDFLAGS="" |
| 82 | CONFIG_EXTRA_LDLIBS="" | 82 | CONFIG_EXTRA_LDLIBS="-ltls -lssl -lcrypto" |
| 83 | CONFIG_USE_PORTABLE_CODE=y | 83 | CONFIG_USE_PORTABLE_CODE=y |
| 84 | CONFIG_STACK_OPTIMIZATION_386=y | 84 | CONFIG_STACK_OPTIMIZATION_386=y |
| 85 | CONFIG_STATIC_LIBGCC=y | 85 | CONFIG_STATIC_LIBGCC=y |
