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

(-)libgcrypt-1.7.0.ebuild.old (-1 / +8 lines)
Lines 6-12 Link Here
6
AUTOTOOLS_AUTORECONF=1
6
AUTOTOOLS_AUTORECONF=1
7
WANT_AUTOMAKE=1.14
7
WANT_AUTOMAKE=1.14
8
8
9
inherit autotools-multilib flag-o-matic
9
inherit autotools-multilib toolchain-funcs flag-o-matic
10
10
11
DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
11
DESCRIPTION="General purpose crypto library based on the code used in GnuPG"
12
HOMEPAGE="http://www.gnupg.org/"
12
HOMEPAGE="http://www.gnupg.org/"
Lines 43-48 Link Here
43
		# function for that, we'll have to abuse cflags for this
43
		# function for that, we'll have to abuse cflags for this
44
		append-cflags -Wa,--divide
44
		append-cflags -Wa,--divide
45
	fi
45
	fi
46
	
47
	if gcc-major-version == 4 ; then
48
		# Compiling with gcc-4* and -O[23] flags can trigger
49
		# "undefined reference to `__warn_memset_zero_len'"
50
		replace-flags -O? -O1
51
	fi
52
46
	local myeconfargs=(
53
	local myeconfargs=(
47
		--disable-dependency-tracking
54
		--disable-dependency-tracking
48
		--enable-noexecstack
55
		--enable-noexecstack

Return to bug 581402