File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ $(package)_sha256_hash=ecd0c6ffb493dd06707d38b14bb4d8c2288bb7033735606569d8f90f8
77
88# PATCHES (must use +=, not =)
99$(package)_patches += secure_getenv.patch
10- $(package)_patches += domd_cc.patch
10+ # $(package)_patches += domd_cc.patch
1111
1212define $(package)_set_vars
1313$(package ) _config_env=AR="$($(package ) _ar) " RANLIB="$($(package ) _ranlib) " CC="$($(package ) _cc) "
6363
6464define $(package)_preprocess_cmds
6565 patch -p1 < $($(package ) _patch_dir) /secure_getenv.patch && \
66- patch -p1 < $($(package ) _patch_dir) /domd_cc.patch && \
6766 sed -i.old "/define DATE/d" util/mkbuildinf.pl && \
6867 sed -i.old "s|engines apps test|engines|" Makefile.org && \
68+ sed -i.old "s/\<clang\>/$(package_cc ) /g" Makefile.org && \
6969 sed -i.old "s# ^CC=.*#CC=$($(package)_cc)#" Configure
7070endef
7171
You can’t perform that action at this time.
0 commit comments