• Show log

    Commit

  • Hash : 1714826f
    Author : Vicent Marti
    Date : 2010-11-04T01:08:36

    Force PIC on the Makefile
    
    Added -fPIC (position-independent code) to the EXTRA_CFLAGS var in the
    Makefile. Required in x64 when building the shared library.
    
    Signed-off-by: Vicent Marti <tanoku@gmail.com>