Minor fixes to usrsctp
This commit is contained in:
@@ -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])
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user