• Show log

    Commit

  • Hash : 765a605e
    Author : Michael Haubenwallner
    Date : 2017-04-10T13:10:39

    build: Add -no-undefined libtool flag
    
    We have no need for undefined symbols, so we can let the shared
    library build even on systems without support for undefined symbols.
    
    [guillem@hadrons.org:
     - Place the option on its own line.
     - Slightly reword commit message. ]
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>