mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-07-21 19:01:55 +00:00
debian/rules: override_dh_strip: Fix wrong parameter
Tracked-On: #6688 Signed-off-by: Helmut Buchsbaum <helmut.buchsbaum@opensource.tttech-industrial.com>
This commit is contained in:
parent
9c9a7ef325
commit
d7f51489db
2
debian/rules
vendored
2
debian/rules
vendored
@ -318,7 +318,7 @@ override_dh_strip:
|
|||||||
$(Q)strip --strip-debug \
|
$(Q)strip --strip-debug \
|
||||||
--remove-section=.comment \
|
--remove-section=.comment \
|
||||||
--remove-section=.note \
|
--remove-section=.note \
|
||||||
--enable-deterministic-archiv \
|
--enable-deterministic-archives \
|
||||||
$(DESTDIR)$(libdir)/libacrn-mngr.a;
|
$(DESTDIR)$(libdir)/libacrn-mngr.a;
|
||||||
|
|
||||||
### clean ####################################################################
|
### clean ####################################################################
|
||||||
|
Loading…
Reference in New Issue
Block a user