Correctly implement -fPIC and -fPIE
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 3 Oct 2007 19:21:57 +0000 (15:21 -0400)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 3 Oct 2007 19:21:57 +0000 (15:21 -0400)
commit8a92100bbed2ba5cb16a1ede36214fa7d2f43e43
treec91d8cdc7b1e4ea67cba0082327b75990292f4f0
parentf6ec4a80abbfd4e4f4969747c39e625b2689df08
Correctly implement -fPIC and -fPIE

* 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
bus/Makefile.am
configure.in
dbus/Makefile.am