Ticket #26023: patch-Makefile.diff

File patch-Makefile.diff, 728 bytes (added by pixilla (Bradley Giesbrecht), 14 years ago)
  • Makefile

    old new  
    88#    BINDIR here.  Default is /usr/bin but you can change it to /usr/local/bin
    99#     if you prefer that sort of thing.
    1010#
    11 prefix?=/usr
     11prefix?=@@DESTROOT_PREFIX@@
    1212BINDIR=${prefix}/bin
    1313
    1414# VER_SUFFIX defines a version suffix for our installed executables,
     
    119119#    BSD users - do NOT use -static-libgcc!!!
    120120#    Also note that this keeps valgrind from running correctly so comment
    121121#    it out for debugging.
    122 LDFLAGS += -static -static-libgcc
     122#LDFLAGS += -static -static-libgcc
    123123#    use this one if you want program profiling.
    124124#LDFLAGS += -static -static-libgcc -pg
    125125#LDFLAGS += -pg