build: Avoid -shared LDFLAG to allow me to have a working distcheck
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 1 Aug 2014 07:56:29 +0000 (09:56 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 1 Aug 2014 07:56:29 +0000 (09:56 +0200)
commit894ebfb47650f59124be09c4e0beab8ad228472a
tree99f21a5b256574dbe00b7f0ffc8dfb0fde10e331
parent58aa3cd2c03376a66aa6c450231114ce95944c46
build: Avoid -shared LDFLAG to allow me to have a working distcheck

The -shared option in LDFLAG somehow is poisoning the configure run inside
distcheck. This results in the compiler test getting a segfault and failing.

I would really like to understand why this is needed to be set here manually
anyway. Same for fPIC and dPIC. I would expect that we leave this to the user
compiling the code or the packager. Skimming through the log only brought up
fixing c++11 globally. Not really a commit message that helps me to
understand why this is needed...
legacy/elementary/configure.ac