Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db: drop msysize patch #3004

Merged
merged 1 commit into from
May 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions db/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,13 @@ source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz
5.3-java.patch
5.3-tcl.patch
5.3-vpath.patch
https://src.fedoraproject.org/rpms/libdb/raw/d6841b3b46a51db98c162347211a5a64d154ea37/f/db-5.3.28-atomic_compare_exchange.patch
db-5.3.28-msys2.patch)
https://src.fedoraproject.org/rpms/libdb/raw/d6841b3b46a51db98c162347211a5a64d154ea37/f/db-5.3.28-atomic_compare_exchange.patch)
options=('!makeflags')
sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628'
'a925b88e58cff6d4aeed3eecfa2cf4c606f2ed469607d8fd0c5c0a9c4b5a8bd1'
'2166bac574f60d42fe6dd6c03223d6595accf303375be397e277b38676b8cb08'
'7614933d2770c2aa6864cd731c114b90a4e4c1a8a988daabd9b6f203ab8f1f21'
'eb58b5764e16c6f81df8ff80964ef2e071ca5cbb9e24d37f45a831107afb68cc'
'42ae2995fefbd06853278db1620e8a15dbfd580e1a26c7f26e6d81e734e064cd')
'eb58b5764e16c6f81df8ff80964ef2e071ca5cbb9e24d37f45a831107afb68cc')

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
Expand All @@ -31,7 +29,6 @@ prepare() {
patch -Np2 -i ${srcdir}/5.3-tcl.patch
patch -Np2 -i ${srcdir}/5.3-vpath.patch
patch -Np1 -i ${srcdir}/db-5.3.28-atomic_compare_exchange.patch
patch -Np1 -i ${srcdir}/db-5.3.28-msys2.patch

cd dist
ac_macrodir=aclocal libtoolize --copy --force --install
Expand All @@ -40,8 +37,11 @@ prepare() {

build() {
cd "${srcdir}"/$pkgname-${pkgver}/build_unix

local CYGWIN_CHOST="${CHOST/-msys/-cygwin}"
../dist/configure \
--prefix=/usr \
--build=${CYGWIN_CHOST} \
--enable-compat185 \
--enable-shared \
--enable-static \
Expand Down
Loading