Magellan Linux

Diff of /branches/magellan-next/core/libcap/libcap-2.20-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7655 by niro, Sun May 29 18:45:34 2011 UTC revision 7666 by niro, Sun May 29 20:05:26 2011 UTC
# Line 21  sminclude mtools Line 21  sminclude mtools
21  SRC_URI=(  SRC_URI=(
22   http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/${SRCFILE}   http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6/${SRCFILE}
23   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
24   mirror://${PNAME}/${PNAME}-2.16-build-system-fixes.patch   mirror://${PNAME}/${PNAME}-2.20-build-system-fixes.patch
25     mirror://${PNAME}/${PNAME}-2.20-ignore-RAISE_SETFCAP-install-failures.patch
26  )  )
27    
28  UP2DATE="updatecmd http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6 | grep ${PNAME}- | lasttarball gz"  UP2DATE="updatecmd http://www.kernel.org/pub/linux/libs/security/linux-privs/kernel-2.6 | grep ${PNAME}- | lasttarball gz"
# Line 32  src_prepare() Line 33  src_prepare()
33   cd ${SRCDIR}   cd ${SRCDIR}
34    
35   # fixes build issues   # fixes build issues
36   mpatch ${PNAME}-2.16-build-system-fixes.patch || die   mpatch ${PNAME}-2.20-build-system-fixes.patch || die
37     mpatch ${PNAME}-2.20-ignore-RAISE_SETFCAP-install-failures.patch || die
38    
39   # fix libdir   # fix libdir
40   sed -i "/^lib=/s:=.*:=$(mlibdir):" Make.Rules || die   sed -i "/^lib=/s:=.*:=$(mlibdir):" Make.Rules || die

Legend:
Removed from v.7655  
changed lines
  Added in v.7666