Ticket #43836: patch-config.mk.diff

File patch-config.mk.diff, 326 bytes (added by harciga, 10 years ago)
  • config.mk

    diff --git a/config.mk b/config.mk
    index fec4dee..7cdb149 100644
    a b LIBS = ${GIRARA_LIB} ${GLIB_LIB} ${DJVU_LIB} 
    4040# flags
    4141CFLAGS += -std=c99 -fPIC -pedantic -Wall -Wno-format-zero-length -Wextra $(INCS)
    4242
     43# linker flags
     44LDFLAGS += -fPIC -fno-common
     45
    4346# debug
    4447DFLAGS ?= -g
    4548