]> sourceware.org Git - lvm2.git/commitdiff
configure: Respect pkg-config --cflags for udev.
authorPetr Rockai <prockai@redhat.com>
Mon, 18 Feb 2013 15:18:41 +0000 (16:18 +0100)
committerPetr Rockai <me@mornfall.net>
Fri, 22 Feb 2013 13:49:31 +0000 (14:49 +0100)
make.tmpl.in

index 8b56f013bd91ad87f612645f1adc6209b4712737..b33ddb352a4ddf272b49b21b4caf37aab7aee230 100644 (file)
@@ -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@
This page took 0.041555 seconds and 5 git commands to generate.