[arch-commits] Commit in linux-hardened/trunk (PKGBUILD)

Daniel Micay thestinger at archlinux.org
Tue Jun 20 11:52:37 UTC 2017


    Date: Tuesday, June 20, 2017 @ 11:52:37
  Author: thestinger
Revision: 239020

include rdma headers to match core/linux

Modified:
  linux-hardened/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-20 11:52:00 UTC (rev 239019)
+++ PKGBUILD	2017-06-20 11:52:37 UTC (rev 239020)
@@ -160,7 +160,7 @@
   mkdir -p "${pkgdir}/usr/lib/modules/${_kernver}/build/include"
 
   for i in acpi asm-generic config crypto drm generated keys linux math-emu \
-    media net pcmcia scsi soc sound trace uapi video xen; do
+    media net pcmcia rdma scsi soc sound trace uapi video xen; do
     cp -a include/${i} "${pkgdir}/usr/lib/modules/${_kernver}/build/include/"
   done
 



More information about the arch-commits mailing list