1
1
package =native_cctools
2
- $(package)_version =59d21d2c793c51d205c8b4ab14b9b28e63c72445
2
+ $(package)_version =ee31ae567931c426136c94aad457c7b51d844beb
3
3
$(package)_download_path =https://github.com/theuni/cctools-port/archive
4
4
$(package)_file_name =$($(package ) _version) .tar.gz
5
- $(package)_sha256_hash =e13c7129b9d496adf4d674156b4a1d72d8b936f29f377aae8f8b5e7b650cc305
5
+ $(package)_sha256_hash =ef107e6ab1b3994cb22e14f4f5c59ea0c0b5a988e6b21d42ed9616b018bbcbf9
6
6
$(package)_build_subdir =cctools
7
- $(package)_dependencies =native_libuuid native_openssl
8
7
$(package)_clang_version =3.3
9
8
$(package)_clang_download_path =http://llvm.org/releases/$($(package ) _clang_version)
10
9
$(package)_clang_download_file =clang+llvm-$($(package ) _clang_version) -amd64-Ubuntu-12.04.2.tar.gz
@@ -25,21 +24,21 @@ define $(package)_extract_cmds
25
24
endef
26
25
27
26
define $(package)_set_vars
28
- $(package ) _config_opts=--target=$(host ) CC=toolchain/clang CXX=toolchain/clang++
27
+ $(package ) _config_opts=--target=$(host ) --disable-libuuid
29
28
$(package ) _ldflags+=-Wl,-rpath=\\$$$$$$$$\$$$$$$$$ORIGIN/../lib
29
+ $(package ) _cc=$($(package ) _extract_dir) /toolchain/bin/clang
30
+ $(package ) _cxx=$($(package ) _extract_dir) /toolchain/bin/clang++
30
31
endef
31
32
32
33
define $(package)_preprocess_cmds
33
34
cd $($(package ) _build_subdir) ; ./autogen.sh
34
35
endef
35
36
36
37
define $(package)_config_cmds
37
- export "PATH =$($(package ) _extract_dir) /toolchain/bin:$(PATH ) " && \
38
38
$($(package ) _autoconf)
39
39
endef
40
40
41
41
define $(package)_build_cmds
42
- export "PATH =$($(package ) _extract_dir) /toolchain/bin:$(PATH ) " && \
43
42
$(MAKE )
44
43
endef
45
44
0 commit comments