Codebase list mozc / 3e5776c
Enable hardening Nobuhiro Iwamatsu 11 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * Update debian/control.
33 - Add emacs24 to Depends of emacs-mozc. (Closes: #682040)
4 * Update debian/rules.
5 - Enable hardening.
46
57 -- Nobuhiro Iwamatsu <iwamatsu@debian.org> Fri, 20 Jul 2012 05:13:19 +0900
68
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22 #
3
4 CPPFLAGS:=$(shell dpkg-buildflags --get CPPFLAGS)
5 CFLAGS:=$(shell dpkg-buildflags --get CFLAGS) $(CPPFLAGS)
6 CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) $(CPPFLAGS)
7 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS) -Wl,--as-needed
38
49 DEB_BUILD_ARCH_OS := $(shell dpkg-architecture -qDEB_BUILD_ARCH_OS)
510 DEB_BUILD_MULTIARCH :=$(shell dpkg-architecture -qDEB_BUILD_MULTIARCH)
3237 dh $@
3338
3439 override_dh_auto_configure:
35 python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
40 CXXFLAGS="$(CXXFLAGS)" python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
3641 --os=${BUILD_OS} --build_base=$(BUILD_DIR) \
3742 --use_libprotobuf
3843