summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2016-12-13 00:31:16 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2016-12-13 00:31:38 +0100
commit7088922c489acda561bb286dbf119c18c90debd2 (patch)
tree87dc36dd46d2df5ed52cdf482732e97501744d7c /sci-libs/linux-gpib/files
parentmedia-video/oxine: Fix building with GCC 5 (diff)
downloadgentoo-7088922c489acda561bb286dbf119c18c90debd2.tar.gz
gentoo-7088922c489acda561bb286dbf119c18c90debd2.tar.bz2
gentoo-7088922c489acda561bb286dbf119c18c90debd2.zip
sci-libs/linux-gpib: Version bump
Package-Manager: portage-2.3.3
Diffstat (limited to 'sci-libs/linux-gpib/files')
-rw-r--r--sci-libs/linux-gpib/files/linux-gpib-4.0.3-reallydie.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/sci-libs/linux-gpib/files/linux-gpib-4.0.3-reallydie.patch b/sci-libs/linux-gpib/files/linux-gpib-4.0.3-reallydie.patch
new file mode 100644
index 000000000000..e19f8d36755b
--- /dev/null
+++ b/sci-libs/linux-gpib/files/linux-gpib-4.0.3-reallydie.patch
@@ -0,0 +1,16 @@
+Index: drivers/Makefile.am
+===================================================================
+--- a/drivers/Makefile.am (revision 1602)
++++ b/drivers/Makefile.am (working copy)
+@@ -15,10 +15,8 @@
+
+ -include $(top_srcdir)/util/linux_flags/flags
+
+-#ignore errors from kernel's make modules in all-local, to avoid failure of make install
+-#on nfs filesystem with root_squash
+ all-local:
+- -$(MAKE) -C $(LINUX_SRCDIR) V=1 modules\
++ $(MAKE) -C $(LINUX_SRCDIR) V=1 modules\
+ CC="$(LINUX_CC) -I@abs_top_srcdir@ -I@abs_top_srcdir@/drivers/gpib/include -I@abs_top_srcdir@/include" \
+ SUBDIRS="$(GPIB_ABS_MODULE_SUBDIR)"
+