xbps-src: added XBPS_LDFLAGS into the configuration file.
This is to specify common LDFLAGS settings for all packages, by default it's set to '-Wl,--as-needed' to avoid linking extra libraries into the binaries. This helped to find such cases.
This commit is contained in:
parent
6387ead759
commit
71e5c38598
5 changed files with 29 additions and 5 deletions
|
@ -61,6 +61,7 @@ XBPS_DISTRIBUTIONDIR=/xbps
|
|||
XBPS_MASTERDIR=/
|
||||
XBPS_CFLAGS="$XBPS_CFLAGS"
|
||||
XBPS_CXXFLAGS="$XBPS_CFLAGS"
|
||||
XBPS_LDFLAGS="$XBPS_LDFLAGS"
|
||||
XBPS_FETCH_CMD="xbps-uhelper.static fetch"
|
||||
XBPS_COMPRESS_CMD="$XBPS_COMPRESS_CMD"
|
||||
_EOF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue