mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
debian: prevent library stripping by debhelper
This should produce binaries with the correct format now!
This commit is contained in:
parent
60450d0086
commit
66083ab6c7
1 changed files with 5 additions and 0 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
@ -27,3 +27,8 @@ override_dh_auto_install:
|
|||
|
||||
# delete unneded files that would cause conflicts
|
||||
rm -rf `-pwd`/debian/libhermit/opt/hermit/share/info/dir
|
||||
|
||||
override_dh_strip:
|
||||
# stripping will incorrectly use system tools for stripping, generating
|
||||
# wrong binary format, i.e. not for HermitCore
|
||||
@echo "No stripping"
|
||||
|
|
Loading…
Add table
Reference in a new issue