Minor fixes to usrsctp

This commit is contained in:
Marcin Sielski
2016-08-08 17:56:38 +02:00
parent 7e53e2d894
commit 299fe831ff
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@
AC_CANONICAL_HOST
+case "$host_os" in
+mingw*)
+ EXTRA_LDFLAGS="-no-undefined"
+ EXTRA_LDFLAGS="-no-undefined" ;;
+esac
+AC_SUBST([EXTRA_LDFLAGS])
AC_CONFIG_MACRO_DIR([m4])

View File

@@ -15,7 +15,7 @@ options=('strip' 'staticlibs')
source=("${_realname}-${pkgver}.tar.gz"::"https://github.com/sctplab/${_realname}/archive/${pkgver}.tar.gz"
"0001-add-mingw-support.patch")
sha256sums=('a4573b1cd7b8fc2fce476df61093736d3fea9eef5c87d72e66768c0a6b1f9e39'
'309a71e6c61cf01cf7132b65220812a85c9e0f1fae988b81898ccc9647190f7d')
'398ed22c694e3bbcb6ce30ccc51ac6600e3732b61e084962bc6866a2d319e615')
prepare() {
cd $srcdir/${_realname}-${pkgver}