summaryrefslogtreecommitdiff
path: root/make.tmpl.in
diff options
context:
space:
mode:
authorPetr Rockai <prockai@redhat.com>2013-02-18 16:18:41 +0100
committerPetr Rockai <me@mornfall.net>2013-02-22 14:49:31 +0100
commit6a995bac43f8ddcdbb5075053943aa8189df3170 (patch)
tree8f1f62799895c27bc72cb6f3189e43803cb3af30 /make.tmpl.in
parentae6fae9b26b61bcd9cc031ec021224cb4ac28cba (diff)
downloadlvm2-6a995bac43f8ddcdbb5075053943aa8189df3170.tar.gz
configure: Respect pkg-config --cflags for udev.
Diffstat (limited to 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 8b56f013b..b33ddb352 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -34,7 +34,7 @@ LIBS = @LIBS@
# Extra libraries always linked with static binaries
STATIC_LIBS = $(SELINUX_LIBS) $(UDEV_LIBS)
DEFS += @DEFS@
-CFLAGS += @CFLAGS@
+CFLAGS += @CFLAGS@ @UDEV_CFLAGS@
CLDFLAGS += @CLDFLAGS@
ELDFLAGS += @ELDFLAGS@
LDDEPS += @LDDEPS@