Skip to content
Snippets Groups Projects
  1. Dec 08, 2021
  2. May 17, 2014
    • Guillem Jover's avatar
      build: Switch to use libtool for the static libraries · 93a8d742
      Guillem Jover authored
      This makes it possible to embed libcompat inside libdpkg, so that the
      static library that we ship is self contained with the required
      compatibility code, specifically the MD5 functions.
      
      This also prepares the build system for when we start building a
      shared library, although it disables it by default.
      
      Closes: #746122
      93a8d742
  3. Nov 08, 2013
  4. Jun 03, 2013
  5. Dec 13, 2011
    • Guillem Jover's avatar
      build: Reintroduce objdump pattern and tag test case data files · 4803403a
      Guillem Jover authored
      
      Generating these at check time causes several problems. It requires a
      system supporting versioned symbols and a GNU ld command line compatible
      linker. Those are not available for example on Mac OS X.
      
      Using libtool could have been an option to portably build the shared
      libraries, although that still does not provide versioned symbols where
      they are not available. The problem with libtool is that there's no sane
      way to refer to the actual built shared library on the build tree.
      
      Introduce a refresh-test-data target to be able to easily regenerate
      those files when needed, e.g. when the test suite changes.
      
      Reported-by: default avatarStuart Ambler <stuart@zulazon.com>
      4803403a
  6. Mar 11, 2011
    • Guillem Jover's avatar
      Add support for a configuration file · 85a00629
      Guillem Jover authored
      This will allow setting local variables there instead of having to type
      them everytime on the command line, or having to set them permanently on
      the environment.
      85a00629
  7. Jul 11, 2010
  8. Sep 23, 2009
  9. Mar 15, 2009
  10. Mar 02, 2009
  11. Jan 23, 2009
  12. Mar 15, 2008
  13. Jan 21, 2008
    • Guillem Jover's avatar
      Use external gettext intl library · 2ab983d2
      Guillem Jover authored
      When porting to other systems without gettext functionality, other
      applications might need it as well, so either use --with-libintl-prefix
      for a global library, or disable NLS support.
      2ab983d2
  14. Mar 20, 2007
  15. Jun 17, 2006
Loading