File tree Expand file tree Collapse file tree 4 files changed +1
-14
lines changed Expand file tree Collapse file tree 4 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,6 @@ define $(package)_build_cmd
16
16
$(MAKE )
17
17
endef
18
18
19
- define $(package)_preprocess_cmds
20
- cd $($(package ) _build_subdir) ; autoreconf -f -i
21
- endef
22
-
23
19
define $(package)_stage_cmds
24
20
$(MAKE ) DESTDIR=$($(package ) _staging_dir) install
25
21
endef
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ $(package)_file_name=$(package)-$($(package)_version).tar.bz2
5
5
$(package)_sha256_hash =ffaa41d741a8a3bee244ac8e54a72ea05bf2879663c098c82fc5757853441575
6
6
7
7
define $(package)_preprocess_cmds
8
- cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub . && \
9
- autoreconf -i
8
+ cp -f $(BASEDIR ) /config.guess $(BASEDIR ) /config.sub .
10
9
endef
11
10
12
11
define $(package)_set_vars
Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ $(package)_config_opts=--enable-static --disable-shared
9
9
$(package ) _config_opts+=--prefix=$(host_prefix )
10
10
endef
11
11
12
- define $(package)_preprocess_cmds
13
- autoconf
14
- endef
15
-
16
12
define $(package)_config_cmds
17
13
$($(package ) _autoconf) AR_FLAGS=$($(package ) _arflags)
18
14
endef
Original file line number Diff line number Diff line change @@ -17,10 +17,6 @@ define $(package)_set_vars
17
17
$(package ) _cflags_mingw32+="-D_WIN32_WINNT=0x600"
18
18
endef
19
19
20
- define $(package)_preprocess_cmds
21
- autoconf
22
- endef
23
-
24
20
define $(package)_config_cmds
25
21
$($(package ) _autoconf) ac_cv_func_getentropy=no AR_FLAGS=$($(package ) _arflags)
26
22
endef
You can’t perform that action at this time.
0 commit comments