Magellan Linux

Diff of /smage/trunk/extras/rust/rust-1.28.0-r1.smage2

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

revision 12427 by niro, Mon Aug 27 10:11:23 2018 UTC revision 12428 by niro, Wed Sep 12 09:25:58 2018 UTC
# Line 23  SDEPEND=">= sys-dev/llvm-6.0 Line 23  SDEPEND=">= sys-dev/llvm-6.0
23   >= net-misc/curl-7   >= net-misc/curl-7
24   >= dev-util/cmake-3.12   >= dev-util/cmake-3.12
25   >= net-misc/curl-dev-7   >= net-misc/curl-dev-7
26   >= app-arch/xz-utils-5   >= app-arch/xz-utils-dev-5
27   >= dev-libs/libffi-dev-3.2   >= dev-libs/libffi-dev-3.2
28   >= dev-libs/jemalloc-dev-5.1"   >= dev-libs/jemalloc-dev-5.1"
29    
# Line 101  src_compile() Line 101  src_compile()
101   myconf+=" --enable-local-rust"   myconf+=" --enable-local-rust"
102   fi   fi
103    
104   # configure nor working after rewrite, duplicate options are not accepted anymore   # configure not working after rewrite, duplicate options are not accepted anymore
105   # not working atm due bug:   # not working atm due bug:
106   # --infodir=/usr/share/info   # --infodir=/usr/share/info
107   # --localstatedir=/var/lib   # --localstatedir=/var/lib
# Line 119  src_compile() Line 119  src_compile()
119   ${myconf} \   ${myconf} \
120   || die   || die
121    
122   # missing llvm link deps   ## missing llvm link deps
123   export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"   #export RUSTFLAGS="$RUSTFLAGS -C link-args=-lffi"
124   python2 ./x.py build --verbose || die   python2 ./x.py build --verbose || die
125  }  }
126    

Legend:
Removed from v.12427  
changed lines
  Added in v.12428