Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

configure: Filter out "-Wl,-z,noexecstack" for winsim builds

Change-Id: I0222627729fbd475dfa7f4955b534f76ca780ccf

+2 -1
+2 -1
tools/configure
··· 319 319 GCCOPTS="$GCCOPTS -Wno-format" 320 320 LDOPTS="$LDOPTS -mconsole -static" 321 321 GLOBAL_LDOPTS=`echo $GLOBAL_LDOPTS | sed -e s/\-Wl,-z,defs//` 322 + GLOBAL_LDOPTS=`echo $GLOBAL_LDOPTS | sed -e s/\-Wl,-z,noexecstack//` 322 323 LDOPTS=`echo $LDOPTS | sed -e s/-ldl// -e s/-lrt// -e s/-lasound//` 323 324 output="$output.exe" 324 325 winbuild="yes" ··· 643 644 GCCOPTIMIZE='' 644 645 LDOPTS="-lasound -lpthread -lm -ldl -lrt $LDOPTS" 645 646 GLOBAL_LDOPTS="$GLOBAL_LDOPTS -Wl,-z,defs" # warn about undefined symbols in shared libraries 646 - GLOBAL_LDOPTS="$GLOBAL_LDOPTS -Wl,-z,defs -Wl,-z,noexecstack" # Stack is not executable 647 + GLOBAL_LDOPTS="$GLOBAL_LDOPTS -Wl,-z,noexecstack" # Stack is not executable 647 648 SHARED_LDFLAGS="-shared" 648 649 SHARED_CFLAGS='' 649 650 endian="little"