File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs"
1919 " ${MINGW_PACKAGE_PREFIX} -libffi"
2020 " ${MINGW_PACKAGE_PREFIX} -libyaml"
2121 " ${MINGW_PACKAGE_PREFIX} -openssl>=3.0.0"
22- " ${MINGW_PACKAGE_PREFIX} -zlib" )
22+ " ${MINGW_PACKAGE_PREFIX} -zlib"
23+ " ${MINGW_PACKAGE_PREFIX} -libwinpthread-git" )
2324options=(' staticlibs' ' strip' )
2425source=(" https://cache.ruby-lang.org/pub/ruby/${pkgver2% .* } /${_realname} -${pkgver2} .tar.xz"
2526 0001-Add-C-ext-win32-dll_directory-as-an-alternative-to-f.patch
@@ -46,7 +47,7 @@ build() {
4647
4748 CFLAGS=" -O3 -fstack-protector-strong"
4849 PLACEHOLDER_DLL_RES=` cygpath -m ${srcdir} /build-${MSYSTEM} /placeholder-manifest-dll.res`
49- LDFLAGS=" -pipe -s -fstack-protector-strong ${PLACEHOLDER_DLL_RES} "
50+ LDFLAGS=" -pipe -s -fstack-protector-strong ${PLACEHOLDER_DLL_RES} -lpthread "
5051 CXXFLAGS=" -Wno-dll-attribute-on-redeclaration"
5152
5253 cp ${srcdir} /* .ico .
You can’t perform that action at this time.
0 commit comments