Commit Graph

12 Commits

Author SHA1 Message Date
Nick Cao
962db36057
_9pfs: fix cross compilation 2023-10-25 18:27:14 -04:00
Jacob Moody
dfdbcc428f
9pfs: 2015-09-18 -> 0.3 (#241801)
* _9pfs: 2015-09-18 -> 0.3

* _9pfs: add updateScript
2023-07-15 00:30:57 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Sergei Trofimovich
72ffe3a604 _9pfs: add -fcommon workaround
Workaround build failure on -fno-common toolchains like upstream
gcc-10. Otherwise build fails as:

    ld: lib/auth_rpc.o:/build/source/lib/../9pfs.h:35: multiple definition of
        `logfile'; 9pfs.o:/build/source/9pfs.h:35: first defined here
2022-05-14 12:51:01 +01:00
Felix Buehler
80e75cd535 tools/filesystems: replace name with pname&version 2021-08-12 20:49:29 +02:00
midchildan
fb60c27d93
_9pfs: add darwin build 2021-04-20 00:51:55 +09:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Jörg Thalheim
af3e44722d _9pfs: add license + homepage 2018-08-23 10:44:35 +01:00
Matthew Justin Bauer
03e9d75a8d
9pfs: add version 2018-05-23 22:05:53 -05:00
Vladimír Čunát
947d48cdaf
9pfs: fix src download
Fortunately the hash is the same, so I don't really need to check
authenticity.  Uncovered by c3255fe8ec.
2017-10-31 23:11:23 +01:00
Eelco Dolstra
79a3c8a952 9pfs: Add
This is a FUSE-based 9p client.
2015-12-16 20:31:14 +01:00