Hello,

I've investigated further on this issue and here is a debdiff for your
package which should fix this bug:

* Add 438097_configure_allow_nostrip.diff
  - Patch configure to remove strip
  - Patch Makefile to remove -s option on install
* Modify debian/rules to avoid stripping when $DEB_BUILD_OPTIONS =~ /nostrip/
-       strip --strip-unneeded $(CURDIR)/debian/tcc/usr/lib/tcc/bcheck.o
+       [ "$$DEB_BUILD_OPTIONS" != "$${DEB_BUILD_OPTIONS/nostrip//}" ] || \
+               strip --strip-unneeded $(CURDIR)/debian/tcc/usr/lib/tcc/bcheck.o

The full debdiff is joined to this mail.

Have a nice day.

Arthur.

Attachment: 438097.debdiff
Description: Binary data

Reply via email to