Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
L
lxc
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • lxc
  • Repository

Switch branch/tag
  • lxc
  • src
  • lua-lxc
  • Makefile.am
Find file
BlameHistoryPermalink
  • Daniel Miranda's avatar
    build: Fix support for split build and source dirs · 90dca54e
    Daniel Miranda authored Aug 21, 2014
    Building LXC in a separate target directory, by running configure from
    outside the source tree, failed with multiple errors, mostly in the
    Python and Lua extensions, due to assuming the source dir and build dir
    are the same in a few places. To fix that:
    
    - Pre-process setup.py with the appropriate directories at configure
      time
    - Introduce the build dir as an include path in the Lua Makefile
    - Link the default container configuration file from the alternatives
      in the configure stage, instead of setting a variable and using it
      in the Makefile
    Signed-off-by: 's avatarDaniel Miranda <danielkza2@gmail.com>
    Acked-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
    90dca54e
Makefile.am 542 Bytes
EditWeb IDE
×

Replace Makefile.am

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.