Magellan Linux

Diff of /trunk/extras/lmdb/lmdb-0.9.22-r3.smage2

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

revision 31771 by niro, Fri Dec 7 10:16:37 2018 UTC revision 31772 by niro, Fri Dec 7 10:17:34 2018 UTC
# Line 28  UP2DATE="updatecmd https://github.com/LM Line 28  UP2DATE="updatecmd https://github.com/LM
28    
29  src_compile()  src_compile()
30  {  {
31   mmake CC="$(mabi-cc)" prefix=/usr libdir=/usr/'$(mlibdir)' || die   mmake CC="'$(mabi-cc)'" prefix=/usr libdir=/usr/'$(mlibdir)' || die
32  }  }
33    
34  src_check()  src_check()
35  {  {
36   mmake CC="$(mabi-cc)" -j1 -k test || die   mmake CC="'$(mabi-cc)'" -j1 -k test || die
37  }  }
38    
39  src_install()  src_install()
40  {  {
41   mmake CC="$(mabi-cc)" DESTDIR=${BINDIR} prefix=/usr libdir=/usr/'$(mlibdir)' install || die   mmake CC="'$(mabi-cc)'" DESTDIR=${BINDIR} prefix=/usr libdir=/usr/'$(mlibdir)' install || die
42    
43   # create missing pkgconfig files   # create missing pkgconfig files
44   minstalldir /usr/$(mlibdir)/pkgconfig || die   minstalldir /usr/$(mlibdir)/pkgconfig || die

Legend:
Removed from v.31771  
changed lines
  Added in v.31772