n/usbip: Upgraded to usbip-5.3.12.

This commit is contained in:
Damien Goutte-Gattat 2019-12-01 23:54:23 +00:00
parent b91c2508e4
commit e93fc10232
3 changed files with 5 additions and 5 deletions

View File

@ -1 +0,0 @@
470b1fe3b8ee5d1e8e0be5c4e5928b6d5bc00e9ab6c4cff18ff680d3ef20f894 linux-4.16.2.tar.xz

View File

@ -0,0 +1 @@
53bff6f89dca19f928043fb0d3434bfb4b6abbb1bf18b907cb731188bdac97a0 linux-5.3.12.tar.xz

View File

@ -1,6 +1,6 @@
#!/bin/bash
# Build script for Slackware
# Copyright (C) 2018 Damien Goutte-Gattat
# Copyright (C) 2018,2019 Damien Goutte-Gattat
#
# Redistribution and use of this script, with or without modifications,
# is permitted provided that the following conditions are met:
@ -26,9 +26,9 @@
# Source package infos
NAMESRC=${NAMESRC:-linux}
VERSION=${VERSION:-4.16.2}
VERSION=${VERSION:-5.3.12}
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.xz}
WGET=${WGET:-https://cdn.kernel.org/pub/linux/kernel/v4.x/$ARCHIVE}
WGET=${WGET:-https://cdn.kernel.org/pub/linux/kernel/v5.x/$ARCHIVE}
# Build infos
NAMEPKG=${NAMEPKG:-usbip}
@ -84,7 +84,7 @@ echo "Building $ARCHIVE..."
tar xf $CWD/$ARCHIVE
cd $NAME/tools/usb/usbip
autoreconf -i -f -v
CFLAGS=$CPUOPT \
CFLAGS="$CPUOPT -Wno-error" \
./configure \
--prefix=/usr \
--libdir=/usr/lib$LIBDIRSUFFIX \