@@ -74,7 +74,7 @@ libssl/openssl/libssl.a:
74
74
# cd libssl/openssl && patch crypto/asn1/a_time.c < ../a_time.c-multiplication-overflow.patch
75
75
cd libssl/openssl && ./config no-ssl3 no-tests
76
76
cd libssl/openssl && CC=${CC} CXX=${CXX} ${MAKE}
77
- cd libssl/openssl && ln -fsT . lib # curl wants this path
77
+ cd libssl/openssl && ln -fs . lib # curl wants this path
78
78
79
79
libssl : libssl/openssl/libssl.a
80
80
@@ -92,7 +92,9 @@ ifeq ($(UNAME_S),FreeBSD)
92
92
sed -i -e 's/\/bin\/bash/\/usr\/local\/bin\/bash/' libhttpserver/libhttpserver/bootstrap
93
93
endif
94
94
ifeq ($(SYS_KERN ) ,Darwin)
95
- sed -i -e 's/glibtoolize/libtoolize/' libhttpserver/libhttpserver/bootstrap
95
+ ifeq (, $(shell which glibtoolize) )
96
+ sed -i -e 's/glibtoolize/libtoolize/' libhttpserver/libhttpserver/bootstrap
97
+ endif
96
98
endif
97
99
cd libhttpserver/libhttpserver && ./bootstrap && mkdir build
98
100
cd libhttpserver/libhttpserver/build && LDFLAGS=-L$(shell pwd)/libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/ CPPFLAGS=-I$(shell pwd)/libmicrohttpd/libmicrohttpd/src/include ../configure --disable-doxygen-doc --disable-doxygen-dot --disable-doxygen-man --disable-doxygen-html --enable-fastopen=false --disable-examples
@@ -159,7 +161,7 @@ lz4: lz4/lz4/lib/liblz4.a
159
161
160
162
clickhouse-cpp/clickhouse-cpp/clickhouse/libclickhouse-cpp-lib-static.a :
161
163
cd clickhouse-cpp && rm -rf clickhouse-cpp-* / || true
162
- cd clickhouse-cpp && ln -fsT clickhouse-cpp-2.3.0 clickhouse-cpp
164
+ cd clickhouse-cpp && ln -fs clickhouse-cpp-2.3.0 clickhouse-cpp
163
165
cd clickhouse-cpp && tar -zxf v2.3.0.tar.gz && sync
164
166
cd clickhouse-cpp/clickhouse-cpp && patch clickhouse/base/wire_format.h < ../wire_format.patch
165
167
cd clickhouse-cpp/clickhouse-cpp && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .
0 commit comments