File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ all: download/v2.49.0.tar.gz
33 mkdir -p temp build
44 cd temp && tar xvf ../download/v2.49.0.tar.gz
55 cd temp/git-2.49.0 && mkdir build
6- cd temp/git-2.49.0 && make -j $(shell nproc) INSTALL_SYMLINKS=1 uname_S=Linux NO_REGEX=NeedsStartEnd CFLAGS=" -DNO_PTHREADS -DNO_GETTEXT -Wno-int-conversion -I$( shell pwd) /../sysroot/include" LDFLAGS=" -L $( shell pwd) /../sysroot/lib" V=1 prefix=/data/app/base.org/base_1.0 CC=$(OHOS_SDK_HOME ) /native/llvm/bin/aarch64-unknown-linux-ohos-clang AR=$(OHOS_SDK_HOME ) /native/llvm/bin/llvm-ar RANLIB=$(OHOS_SDK_HOME ) /native/llvm/bin/llvm-ranlib STRIP=$(OHOS_SDK_HOME ) /native/llvm/bin/llvm-strip LD=$(OHOS_SDK_HOME ) /native/llvm/bin/aarch64-unknown-linux-ohos-clang all install DESTDIR=$(shell pwd) /build
6+ cd temp/git-2.49.0 && make -j $(shell nproc) INSTALL_SYMLINKS=1 uname_S=Linux NO_REGEX=NeedsStartEnd CFLAGS=" -DNO_PTHREADS -DNO_GETTEXT -Wno-int-conversion -I$( shell pwd) /../sysroot/include" LDFLAGS=" -L $( shell pwd) /../sysroot/lib -lcurl " V=1 prefix=/data/app/base.org/base_1.0 CC=$(OHOS_SDK_HOME ) /native/llvm/bin/aarch64-unknown-linux-ohos-clang AR=$(OHOS_SDK_HOME ) /native/llvm/bin/llvm-ar RANLIB=$(OHOS_SDK_HOME ) /native/llvm/bin/llvm-ranlib STRIP=$(OHOS_SDK_HOME ) /native/llvm/bin/llvm-strip LD=$(OHOS_SDK_HOME ) /native/llvm/bin/aarch64-unknown-linux-ohos-clang all install DESTDIR=$(shell pwd) /build
77 mkdir -p ../sysroot
88 # $(OHOS_SDK_HOME)/native/llvm/bin/llvm-strip build/data/app/base.org/base_1.0/bin/*
99 # $(OHOS_SDK_HOME)/native/llvm/bin/llvm-strip build/data/app/base.org/base_1.0/libexec/git-core/*
You can’t perform that action at this time.
0 commit comments