Skip to content
Snippets Groups Projects
  1. May 23, 2024
  2. May 22, 2024
  3. May 21, 2024
  4. May 19, 2024
  5. May 18, 2024
    • Khalid Masum's avatar
      contrib: lua: Remove unwanted make-entry string from lua.pc · 0346060d
      Khalid Masum authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      Currently, when creating lua.pc, unwanted strings are added into the
      file, for example, inspecting a lua.pc file from
      $PREFIX/lib/pkgconfig/lua.pc gives:
      
      make[2]: Entering directory 'foo/bar'
      <intended lua.pc content here>
      make[2]: Leaving directory 'foo/bar'
      
      Mitigate this by using --no-print-directory flag when running the internal
      make command from its Makefile.
      0346060d
    • Khalid Masum's avatar
      contrib: stop lua from blocking pkgconfig path · 3523bd1a
      Khalid Masum authored and Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf committed
      If $PREFIX/lib/pkgconfig/ directory already not created, lua puts lua.pc
      as $PREFIX/lib/pkgconfig file. Therefore $PREFIX/lib/pkgconfig cannot be
      created or used by any other contrib tools.
      
      This causes various other tools that need to put pkgconfig in that
      directory (including lua itself) fail to finish the building process.
      
      Fix this by creating a pkgconfig directory if it does not exist before
      lua build tries to copy pkgconfig there.
      3523bd1a
Loading