]> git.ipfire.org Git - ipfire-3.x.git/blob - pkgs/toolchain/gawk/gawk.nm
naoki: Initial checkin.
[ipfire-3.x.git] / pkgs / toolchain / gawk / gawk.nm
1
2 include ../../core/gawk/gawk.nm
3
4 $(STAGE_BUILD): $(STAGE_PREPARE)
5 @$(PRE_BUILD)
6
7 cd $(DIR_APP) && \
8 ac_cv_func_working_mktime=yes \
9 ./configure \
10 $(CONFIGURE_ARCH) \
11 --prefix=$(TOOLS_DIR) \
12 --libexecdir=$(TOOLS_DIR)/lib
13
14 cd $(DIR_APP) && echo "#define HAVE_LANGINFO_CODESET 1" >> config.h
15 cd $(DIR_APP) && echo "#define HAVE_LC_MESSAGES 1" >> config.h
16
17 cd $(DIR_APP) && make $(PARALLELISMFLAGS)
18
19 @$(POST_BUILD)