Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
451
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
584d1ea9
Commit
584d1ea9
authored
9 years ago
by
Jean-Baptiste Kempf
Browse files
Options
Downloads
Patches
Plain Diff
Contribs: update libnfs to 1.10.0
parent
157acdbe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/src/nfs/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/nfs/SHA512SUMS
contrib/src/nfs/nfs-no-utils.patch
+0
-27
0 additions, 27 deletions
contrib/src/nfs/nfs-no-utils.patch
contrib/src/nfs/rules.mak
+1
-2
1 addition, 2 deletions
contrib/src/nfs/rules.mak
with
2 additions
and
30 deletions
contrib/src/nfs/SHA512SUMS
+
1
−
1
View file @
584d1ea9
2a0e11dde5a2c4d25fcf1040d04ad984fe3b2e2ce5f544d602becb55aebdabbfe29a3b961d3db7d034c918862b540d3a03735bbbad0606ff3a128c50c2dad666
libnfs-1.
9.8
.tar.gz
9d1bdd2e193f189841dd915d5a4d0965cfd0c597372fa82b12377c4da1f6b5ec022bd0cddfe46dda1a4ac3de3f31eed73cb7dcf832469a4d292e05401b8fb247
libnfs-1.
10.0
.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/nfs/nfs-no-utils.patch
deleted
100644 → 0
+
0
−
27
View file @
157acdbe
diff -ru nfs/Makefile.am nfs-fixed/Makefile.am
--- nfs/Makefile.am 2015-08-02 19:18:25.000000000 +0200
+++ nfs-fixed/Makefile.am 2016-01-14 14:33:06.000000000 +0100
@@ -1,4 +1,4 @@
-SUBDIRS = doc mount nfs nlm nsm portmap rquota lib include utils . $(MAYBE_EXAMPLES)
+SUBDIRS = doc mount nfs nlm nsm portmap rquota lib include $(MAYBE_UTILS) . $(MAYBE_EXAMPLES)
ACLOCAL_AMFLAGS = -I m4
pkgconfigdir = $(libdir)/pkgconfig
diff -ru nfs/configure.ac nfs-fixed/configure.ac
--- nfs/configure.ac 2015-08-02 19:18:25.000000000 +0200
+++ nfs-fixed/configure.ac 2016-01-14 14:43:43.000000000 +0100
@@ -24,6 +24,14 @@
# We always want 64 bit file offsets
CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64"
+#option: utils
+AC_ARG_ENABLE([utils],
+ [AC_HELP_STRING([--enable-utils],
+ [Build util programs])],
+ [MAYBE_UTILS=""],
+ [MAYBE_UTILS="utils"])
+AC_SUBST(MAYBE_UTILS)
+
#option: examples
AC_ARG_ENABLE([examples],
[AC_HELP_STRING([--enable-examples],
This diff is collapsed.
Click to expand it.
contrib/src/nfs/rules.mak
+
1
−
2
View file @
584d1ea9
# NFS
NFS_VERSION
:=
1.
9.8
NFS_VERSION
:=
1.
10.0
NFS_URL
:=
https://github.com/sahlberg/libnfs/archive/libnfs-
$(
NFS_VERSION
)
.tar.gz
ifndef
HAVE_WIN32
...
...
@@ -17,7 +17,6 @@ $(TARBALLS)/libnfs-$(NFS_VERSION).tar.gz:
nfs
:
libnfs-$(NFS_VERSION).tar.gz .sum-nfs
$(
UNPACK
)
mv
libnfs-libnfs-
$(
NFS_VERSION
)
libnfs-
$(
NFS_VERSION
)
$(
APPLY
)
$(
SRC
)
/nfs/nfs-no-utils.patch
$(
UPDATE_AUTOCONFIG
)
$(
MOVE
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment