mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-18 12:51:40 +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.
|
||||
#export DH_VERBOSE=1
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=-relro,-pie
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
|
@ -14,7 +16,7 @@ override_dh_auto_clean:
|
|||
rm -f bin/fel-pio.* bin/*.sunxi
|
||||
|
||||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue