File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ include $(SRCDIR)/unwind.version
3
3
include $(SRCDIR ) /llvmunwind.version
4
4
5
5
ifneq ($(USE_BINARYBUILDER_LIBUNWIND ) ,1)
6
- LIBUNWIND_CFLAGS := -U_FORTIFY_SOURCE $(fPIC ) -lz $(SANITIZE_OPTS )
6
+ LIBUNWIND_CFLAGS := -U_FORTIFY_SOURCE $(fPIC ) $(SANITIZE_OPTS )
7
7
LIBUNWIND_CPPFLAGS :=
8
8
9
9
ifeq ($(USE_SYSTEM_ZLIB ) ,0)
@@ -48,7 +48,7 @@ $(SRCCACHE)/libunwind-$(UNWIND_VER)/libunwind-disable-initial-exec-tls.patch-app
48
48
$(BUILDDIR ) /libunwind-$(UNWIND_VER ) /build-configured : $(SRCCACHE ) /libunwind-$(UNWIND_VER ) /source-extracted $(SRCCACHE ) /libunwind-$(UNWIND_VER ) /libunwind-disable-initial-exec-tls.patch-applied
49
49
mkdir -p $(dir $@ )
50
50
cd $(dir $@ ) && \
51
- $(dir $< ) /configure $(CONFIGURE_COMMON ) CPPFLAGS=" $( CPPFLAGS) $( LIBUNWIND_CPPFLAGS) " CFLAGS=" $( CFLAGS) $( LIBUNWIND_CFLAGS) " --enable-shared --disable-minidebuginfo --disable-tests --enable-zlibdebuginfo --disable-conservative-checks --enable-per-thread-cache
51
+ $(dir $< ) /configure $(CONFIGURE_COMMON ) CPPFLAGS=" $( CPPFLAGS) $( LIBUNWIND_CPPFLAGS) " CFLAGS=" $( CFLAGS) $( LIBUNWIND_CFLAGS) " LDFLAGS= $( LDFLAGS ) --enable-shared --disable-minidebuginfo --disable-tests --enable-zlibdebuginfo --disable-conservative-checks --enable-per-thread-cache
52
52
echo 1 > $@
53
53
54
54
$(BUILDDIR ) /libunwind-$(UNWIND_VER ) /build-compiled : $(BUILDDIR ) /libunwind-$(UNWIND_VER ) /build-configured
You can’t perform that action at this time.
0 commit comments