Advertisement
_dinsdale

lua-5.3 Makefile patch V0.1

Jul 21st, 2016
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.35 KB | None | 0 0
  1. diff --git a/src/Makefile b/src/Makefile
  2. index d71c75c..625632a 100644
  3. --- a/src/Makefile
  4. +++ b/src/Makefile
  5. @@ -102,7 +102,7 @@ c89:
  6.  
  7.  
  8.  freebsd:
  9. -       $(MAKE) $(ALL) SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -lreadline"
  10. +       $(MAKE) $(ALL) CC="cc" MYCFLAGS="-fPIC" SYSCFLAGS="-DLUA_USE_LINUX" SYSLIBS="-Wl,-E -lreadline"
  11.  
  12.  generic: $(ALL)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement