Skip to content

Correctly build Lua with backwards compatibility #123

Merged
merged 2 commits into from
Sep 14, 2016

Commits on Sep 14, 2016

  1. lua: Correctly build in compatibility layers

    The environment variables for the Lua compatibility was changed in
    Lua 5.3, and overlooked in the Linux From Scratch book when updating the
    Lua version [1], probably using the recipe for Lua 5.2.
    
    >  MYCFLAGS="-DLUA_COMPAT_5_2 -DLUA_COMPAT_5_1": This environment
    >  variable includes compatibility layers with Lua 5.1 and 5.2 in the
    >  build.
    
    Fix this, so that the VLC media player, depending an Lua 5.1, builds and
    works correctly.
    
    [1] http://www.linuxfromscratch.org/blfs/view/7.10/general/lua.html
    pmenzel committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    eda7a83 View commit details
    Browse the repository at this point in the history
  2. lua: Increment revision

    pmenzel committed Sep 14, 2016
    Configuration menu
    Copy the full SHA
    5a262ff View commit details
    Browse the repository at this point in the history