mirror of
https://github.com/Fishwaldo/build.git
synced 2025-07-08 05:58:33 +00:00
Prepare to build sunxi-tools for Stretch
This commit is contained in:
parent
34b4b373fa
commit
acc603edab
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@ include /usr/share/dpkg/architecture.mk
|
||||||
# Uncomment this to turn on verbose mode.
|
# Uncomment this to turn on verbose mode.
|
||||||
#export DH_VERBOSE=1
|
#export DH_VERBOSE=1
|
||||||
|
|
||||||
|
export DEB_BUILD_MAINT_OPTIONS = hardening=-relro,-pie
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
@ -14,7 +16,7 @@ override_dh_auto_clean:
|
||||||
rm -f bin/fel-pio.* bin/*.sunxi
|
rm -f bin/fel-pio.* bin/*.sunxi
|
||||||
|
|
||||||
override_dh_auto_build:
|
override_dh_auto_build:
|
||||||
$(MAKE) tools
|
$(MAKE) EXTRA_CFLAGS="$(CFLAGS) $(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" tools
|
||||||
|
|
||||||
override_dh_auto_install: PKG := debian/sunxi-tools
|
override_dh_auto_install: PKG := debian/sunxi-tools
|
||||||
override_dh_auto_install:
|
override_dh_auto_install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue