mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-18 22:38:32 +03:00
debian: don't package simtrace2-firmware anymore
Don't attempt to build the firmware with the random default compiler from the distribution anymore. With some GCC versions, the DFU loader does not fit the partition anymore. Related: OS#5260 Change-Id: I95a8472b458db203ad14efd57268ca922c75aeb1
This commit is contained in:
6
debian/rules
vendored
6
debian/rules
vendored
@@ -17,3 +17,9 @@ export DEB_LDFLAGS_MAINT_STRIP = -Wl,-Bsymbolic-functions
|
||||
|
||||
override_dh_autoreconf:
|
||||
cd host && dh_autoreconf
|
||||
|
||||
override_dh_auto_build:
|
||||
dh_auto_build -- utils
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_build -- -C host
|
||||
|
||||
Reference in New Issue
Block a user