jer 15/05/24 06:16:58 Added: udpcast-20120424-gentoo.patch Log: Convert sed scripts to patch. Only set -DUSE_ASSEMBLER when not on hardened (maybe bug #549646) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.1 net-misc/udpcast/files/udpcast-20120424-gentoo.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/files/udpcast-20120424-gentoo.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/udpcast/files/udpcast-20120424-gentoo.patch?rev=1.1&content-type=text/plain Index: udpcast-20120424-gentoo.patch =================================================================== --- a/Makefile.in +++ b/Makefile.in @@ -30,8 +30,7 @@ # For additional warnings & checks, add -Wstrict-prototypes -Wshadow to the # following: -CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG -DUSE_ASSEMBLER -O6 -LDFLAGS +=-s +CFLAGS +=-Wall -DBB_FEATURE_UDPCAST_FEC -D_FILE_OFFSET_BITS=64 -DUSE_SYSLOG LIBS +=@LIBS@ BUSYBOX=../udp-busybox/busybox
