Advertisement
Guest User

Untitled

a guest
May 10th, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.31 KB | None | 0 0
  1. --- a/PKGBUILD
  2. +++ b/PKGBUILD
  3. @@ -28,6 +28,8 @@ source=("http://downloads.sourceforge.net/octave/$_archive")
  4.  noextract=("$_archive")
  5.  md5sums=('84697fc180ab52e34076dbaa79215e1e')
  6.  
  7. +export CXXFLAGS+=" -fPIC"
  8. +
  9.  _octave_run() {
  10.         octave --no-history --no-init-file --no-window-system -q -f --eval "$*"
  11.  }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement