]> granicus.if.org Git - libnl/commit
build: move -rdynamic from CPPFLAGS to LDFLAGS
authorTobias Klauser <tklauser@distanz.ch>
Thu, 31 Mar 2016 12:42:31 +0000 (14:42 +0200)
committerThomas Haller <thaller@redhat.com>
Thu, 31 Mar 2016 13:31:00 +0000 (15:31 +0200)
commit4dd3ca4840e9d2d5fa0bea106d00880e0881d6db
tree9ecfe332709f77050992c2ebd2c7271e028cc0e7
parentcdf2d4baf376e4a3030a2c1169516358b4fba2e5
build: move -rdynamic from CPPFLAGS to LDFLAGS

The -rdynamic flag is a linker flag, not a compiler/preprocessor flag,
so move it to LDFLAGS.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
http://lists.infradead.org/pipermail/libnl/2016-March/002100.html
src/lib/Makefile.am