]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - pkgs/toolchain/gawk/gawk.nm
naoki: Mixed things.
[people/stevee/ipfire-3.x.git] / pkgs / toolchain / gawk / gawk.nm
CommitLineData
166a6c21
MT
1
2include ../../core/gawk/gawk.nm
3
17c0ee8a 4define STAGE_BUILD
166a6c21
MT
5 cd $(DIR_APP) && \
6 ac_cv_func_working_mktime=yes \
7 ./configure \
8 $(CONFIGURE_ARCH) \
9 --prefix=$(TOOLS_DIR) \
10 --libexecdir=$(TOOLS_DIR)/lib
11
12 cd $(DIR_APP) && echo "#define HAVE_LANGINFO_CODESET 1" >> config.h
13 cd $(DIR_APP) && echo "#define HAVE_LC_MESSAGES 1" >> config.h
14
15 cd $(DIR_APP) && make $(PARALLELISMFLAGS)
17c0ee8a 16endef