|
|
@ -1,6 +1,6 @@ |
|
|
|
#!/bin/bash |
|
|
|
# Build script for Slackware |
|
|
|
# Copyright (C) 2008,2009,2010,2014,2016,2019 Damien Goutte-Gattat |
|
|
|
# Copyright (C) 2008-2010,2014,2016,2019,2020 Damien Goutte-Gattat |
|
|
|
# |
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
# is permitted provided that the following conditions are met: |
|
|
@ -27,7 +27,7 @@ |
|
|
|
|
|
|
|
# Source package infos |
|
|
|
NAMESRC=${NAMESRC:-davfs2} |
|
|
|
VERSION=${VERSION:-1.5.5} |
|
|
|
VERSION=${VERSION:-1.5.6} |
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-$VERSION.tar.gz} |
|
|
|
WGET=${WGET:-http://download.savannah.gnu.org/releases/davfs2/$ARCHIVE} |
|
|
|
|
|
|
@ -82,6 +82,8 @@ cd $TMP |
|
|
|
echo "Building $ARCHIVE..." |
|
|
|
tar xf $CWD/$ARCHIVE |
|
|
|
cd $NAME |
|
|
|
# Allow linking against neon-0.31 |
|
|
|
patch -p1 < $CWD/davfs2-1.5.6-neon-check-version.patch |
|
|
|
CFLAGS=$CPUOPT \ |
|
|
|
CXXFLAGS=$CPUOPT \ |
|
|
|
LINGUAS=en \ |
|
|
|