Skip to content
  • Benedikt Wildenhain's avatar
    Use -fPIC when compiling using dpkg-buildpackage. · 08e53c37
    Benedikt Wildenhain authored
    The makefile of this plugin uses the following line, which only sets
    CFLAGS when it isn't already set:
    
    CFLAGS  ?= -g -pipe -fPIC
    
    As when called in Debian's build enviroment, CFLAGS is already set,
    CFLAGS has to be set before make is called via debian/rules.
    08e53c37