diff options
Diffstat (limited to 'sys-libs/db/db-5.1.29-r1.ebuild')
-rw-r--r-- | sys-libs/db/db-5.1.29-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/db/db-5.1.29-r1.ebuild b/sys-libs/db/db-5.1.29-r1.ebuild index cac26457da2b..07152689e8a5 100644 --- a/sys-libs/db/db-5.1.29-r1.ebuild +++ b/sys-libs/db/db-5.1.29-r1.ebuild @@ -58,6 +58,9 @@ src_prepare() { # merged upstream in 5.0.26 #epatch "${FILESDIR}"/${PN}-5.0.21-enable-dbm-autoconf.patch + # Needed when compiling with clang + epatch "${FILESDIR}"/${P}-rename-atomic-compare-exchange.patch + # Upstream release script grabs the dates when the script was run, so lets # end-run them to keep the date the same. export REAL_DB_RELEASE_DATE="$(awk \ |