diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-02 18:48:40 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2008-10-02 18:48:40 +0200 |
commit | e598c5738c2dc85a3e93c3f68cd88e8eea51215b (patch) | |
tree | 82cd862d3cb5b71cc6cfa355f461e3b1d7289f75 /Makefile.am.inc | |
parent | 033e9f8cde5a7feec1334888aec69def99c945b5 (diff) |
libudev: get rid of selinux
"Hello world!" linked against libselinux parses /proc/mounts and
whatever else on startup, even when the lib is not needed at all.
Not funny! Get rid of that thing where it's not absolutely needed.
Diffstat (limited to 'Makefile.am.inc')
-rw-r--r-- | Makefile.am.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am.inc b/Makefile.am.inc index f61706a2c9..7ecd55de78 100644 --- a/Makefile.am.inc +++ b/Makefile.am.inc @@ -6,4 +6,5 @@ AM_CPPFLAGS = \ AM_CFLAGS = -AM_LDFLAGS = +AM_LDFLAGS = \ + -Wl,--as-needed |