]> git.ipfire.org Git - thirdparty/systemd.git/commit
build: remove explicit -shared in LDFLAGS
authorDave Reisner <dreisner@archlinux.org>
Sun, 24 Feb 2013 21:39:25 +0000 (16:39 -0500)
committerDave Reisner <dreisner@archlinux.org>
Sun, 24 Feb 2013 21:46:02 +0000 (16:46 -0500)
commit855f6f07fec5106c1c0201dd70ffab6764a0c1a6
treee9e8409fe2b4a121a596fa3c28483c615226840d
parent3ba09ee8eb9453daf9228f612c9bcd59905fcf05
build: remove explicit -shared in LDFLAGS

This doesn't need to be passed, as it's handled by libtool. Since the
default for autoconf is --disable-static, this change is effectively a
noop. It only matters if you pass --enable-static, in which case the
static libs for systemd libraries will actually be built.

Nitpicky, but this only affects systemd libs. The override for the
other libs remains since these libs are always loaded dynamically and
never compiled staticly.
Makefile.am