diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-26 20:30:52 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-01-26 20:31:18 +0100 |
| commit | 974d263b7e4776e9bad36adc2b611abfc6a34b1c (patch) | |
| tree | 7270fdd3219342fb47935822b3743f96ad70f1be | |
| parent | d9d1811f8922f0509d922943efb3c487ace3de9f (diff) | |
| download | slcl-974d263b7e4776e9bad36adc2b611abfc6a34b1c.tar.gz | |
configure: Avoid file extension conversion
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ default_prefix=/usr/local prefix=$default_prefix default_CC='c99' # FILE_OFFSET_BITS=64 is required for large file support on 32-bit platforms. -default_CFLAGS='-O1 -g -D_FILE_OFFSET_BITS=64 -Wall -MD -MF $(@:.o=.d)' +default_CFLAGS='-O1 -g -D_FILE_OFFSET_BITS=64 -Wall -MD' default_LDFLAGS="-lcjson -lssl -lm -lcrypto" CC=${CC:-$default_CC} |
