bareos: master e6e8fa6f

Author Committer Branch Timestamp Parent
mvwieringen adm mvwieringen adm master 2013-05-04 20:59 master 57c16424 Pending
Changeset Try to get ride of LDFLAGS on xUbuntu

Ubuntu compiles the shared libs with

-Wl,-Bsymbolic-functions -Wl,-z,relro

which makes the config_engine blowup as function pointers are not ok
and all offsets calculated at compile time are not right and as such
the whole config structure doesn't get initialized properly and the code
crashes at random places.
mod - debian/rules Diff File