parent
a877ac19a6
commit
325d6e19b1
2 changed files with 12 additions and 2 deletions
10
srcpkgs/freetds/patches/musl-fisql.patch
Normal file
10
srcpkgs/freetds/patches/musl-fisql.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- src/apps/fisql/fisql.c 2016-05-18 22:02:15.000000000 +0200
|
||||
+++ src/apps/fisql/fisql.c 2016-06-24 14:20:09.520352354 +0200
|
||||
@@ -25,6 +25,7 @@
|
||||
#include <unistd.h>
|
||||
#include <setjmp.h>
|
||||
#include <signal.h>
|
||||
+#include <sys/stat.h>
|
||||
#ifdef HAVE_READLINE
|
||||
#include <readline/readline.h>
|
||||
#include <readline/history.h>
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'freetds'
|
||||
pkgname=freetds
|
||||
version=0.95.95
|
||||
version=1.00
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--sysconfdir=/etc/$pkgname"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Diogo Leal <diogo@diogoleal.com>"
|
|||
license="LGPL-3"
|
||||
homepage="http://www.freetds.org/"
|
||||
distfiles="ftp://ftp.freetds.org/pub/freetds/stable/${pkgname}-${version}.tar.gz"
|
||||
checksum=be7c90fc771f30411eff6ae3a0d2e55961f23a950a4d93c44d4c488006e64c70
|
||||
checksum=604ff9fe95bf5e2e650f8648b19ae488959269a4274e95dc17e3b66f29779a9b
|
||||
|
||||
freetds-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
|
|
Loading…
Reference in a new issue