mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
mosquitto: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
6219c8d5b1
commit
87db893c67
1 changed files with 2 additions and 0 deletions
|
@ -20,6 +20,8 @@ system_accounts="_mosquitto"
|
|||
_mosquitto_homedir="/var/lib/mosquitto"
|
||||
make_dirs="/var/lib/mosquitto 0755 ${system_accounts} ${system_accounts}"
|
||||
|
||||
CFLAGS="-fcommon"
|
||||
|
||||
post_extract() {
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl)
|
||||
|
|
Loading…
Add table
Reference in a new issue