Skip to content
  • John Palmieri's avatar
    Correctly implement -fPIC and -fPIE · 8a92100b
    John Palmieri authored
    * For security reasons we want possition independent code for libraries
      and possition independent executable for executables
    * before we were just enabling -fPIC
    * now we correctly enable -fPIC and -PIE for libdbus and the bus respectively
    * propper LD_FLAGS are set for each also
    8a92100b