gotmax23 / go-rpm-macros

Forked from go-rpm-macros 2 years ago
Clone

50b3fcc rpm/macros.d: use linkmode=external

Authored and Committed by bluca 2 years ago
    rpm/macros.d: use linkmode=external
    
    The golang linker does not support a variety of flags and features,
    in particular it does not allow us to set add a .note.package section.
    Use linkmode=external so that it works out of the box.