Changeset 32 for server/fedora


Ignore:
Timestamp:
Nov 22, 2006, 12:23:10 AM (17 years ago)
Author:
jbarnold
Message:
added code from atrpms.net to make openafs work with 2.6.18
File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/fedora/specs/openafs.spec.patch

    r1 r32  
    1010 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2
    1111 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2
    12 @@ -556,6 +558,8 @@
     12@@ -556,6 +558,10 @@
    1313 #%setup -q -n %{srcdir}
    1414 %setup -q -b 1 -n %{srcdir}
     
    1616+%patch1000 -p1 -b .scripts
    1717+
     18+grep -rl '#include <linux/config.h>' . | xargs perl -pi -e's,#include <linux/config.h>,/* #include <linux/config.h> */,'
     19+
    1820 # Patch openafs to build a kernel module named "openafs" instead of "libafs"
    1921 %patch0 -p1 -b .kmod26
Note: See TracChangeset for help on using the changeset viewer.