[arch-commits] Commit in kernel26-lts/trunk (PKGBUILD)

Tobias Powalowski tpowa at archlinux.org
Thu Jan 6 21:31:01 UTC 2011


    Date: Thursday, January 6, 2011 @ 16:31:01
  Author: tpowa
Revision: 105157

add crypto headers

Modified:
  kernel26-lts/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++++
 1 file changed, 4 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-01-06 21:30:23 UTC (rev 105156)
+++ PKGBUILD	2011-01-06 21:31:01 UTC (rev 105157)
@@ -191,6 +191,10 @@
   # in reference to:
   # http://bugs.archlinux.org/task/14568
   cp -a include/trace $pkgdir/usr/src/linux-${_kernver}/include/
+  # add headers for crypto modules
+  # in reference to:
+  # http://bugs.archlinux.org/task/22081
+  cp -a include/crypto $pkgdir/usr/src/linux-${_kernver}/include/
   
   # copy in Kconfig files
   for i in `find . -name "Kconfig*"`; do 




More information about the arch-commits mailing list