mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
libfilezilla: fix musl build
This commit is contained in:
parent
c2f0ddf236
commit
1566cbe2cc
2 changed files with 11 additions and 0 deletions
10
srcpkgs/libfilezilla/patches/musl.patch
Normal file
10
srcpkgs/libfilezilla/patches/musl.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- a/lib/local_filesys.cpp
|
||||
+++ b/lib/local_filesys.cpp
|
||||
@@ -16,6 +16,7 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <utime.h>
|
||||
+#include <limits.h>
|
||||
#endif
|
||||
|
||||
namespace fz {
|
1
srcpkgs/libfilezilla/update
Normal file
1
srcpkgs/libfilezilla/update
Normal file
|
@ -0,0 +1 @@
|
|||
site='https://lib.filezilla-project.org/download.php'
|
Loading…
Add table
Reference in a new issue