diff options
author | tklauser@access.unizh.ch <tklauser@access.unizh.ch> | 2005-03-11 02:31:58 +0100 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 23:53:17 -0700 |
commit | 9066c16adaf90888bc2ffe1a816f3638d58e0bdb (patch) | |
tree | f419316406fbee5d417e9538277ad73c46f51055 /extras/volume_id/Makefile | |
parent | e296b1476e99150413d92c58e3b5e07e5bda9fd4 (diff) |
[PATCH] The following patch fixes some warnings when compiling volume_id
Diffstat (limited to 'extras/volume_id/Makefile')
-rw-r--r-- | extras/volume_id/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile index 9c274212a6..efec58f80e 100644 --- a/extras/volume_id/Makefile +++ b/extras/volume_id/Makefile @@ -28,7 +28,7 @@ INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} -override CFLAGS+=-D_FILE_OFFSET_BITS=64 +override CFLAGS+=-D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE VOLUME_ID_BASE=volume_id include $(VOLUME_ID_BASE)/Makefile.inc |