Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 381343
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +3 lines)
Line  Link Here
0
-- snortsam-2.70.ebuild
0
++ snortsam-2.70.ebuild
Lines 23-29 Link Here
23
	sed -i -e "s:sbin/functions.sh:etc/init.d/functions.sh:" \
23
	sed -i -e "s:sbin/functions.sh:etc/init.d/functions.sh:" \
24
			-e "s: -O2 : ${CFLAGS} :" \
24
			-e "s: -O2 : ${CFLAGS} :" \
25
			-e "s:gcc :$(tc-getCC) :" \
25
			-e "s:gcc :$(tc-getCC) :" \
26
			-e "s:\( -o ../snortsam\): ${LDFLAGS}\1:" makesnortsam.sh || die "sed failed"
26
			-e "s:\( -o ../snortsam\): ${LDFLAGS}\1:" \
27
			-e "s:\${SSP_LINUX_SRC} -o \${SNORTSAM}:& \${LINUX_LDFLAGS}:" makesnortsam.sh || die "sed failed"
27
	find "${S}" -depth -type d -name CVS -exec rm -rf \{\} \;
28
	find "${S}" -depth -type d -name CVS -exec rm -rf \{\} \;
28
}
29
}
29
30

Return to bug 381343