summaryrefslogtreecommitdiff
path: root/extras/run_directory
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2005-08-01 01:33:36 +0200
committerKay Sievers <kay.sievers@suse.de>2005-08-01 01:33:36 +0200
commit70721db6d7ba0d4f3ac5c17f2cedac056065ad8a (patch)
treef029523e975639453dcd027ee43a7bc742d0845c /extras/run_directory
parent62a22c8d75550d5720019468c7a881a573bff22b (diff)
fix GGC signed pointer warnings and switch volume_id to stdint
Solaris uses volume_id now and they fiddled around with configure scripts to map the linux kernel int types. Adding the types locally to volume_id breaks the klibc build, so just switch to these ugly types and forget it. :) Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'extras/run_directory')
-rw-r--r--extras/run_directory/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/extras/run_directory/Makefile b/extras/run_directory/Makefile
index 0562073c8f..14b4725dae 100644
--- a/extras/run_directory/Makefile
+++ b/extras/run_directory/Makefile
@@ -29,8 +29,6 @@ INSTALL_PROGRAM = ${INSTALL}
INSTALL_DATA = ${INSTALL} -m 644
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
-override CFLAGS+=-D_FILE_OFFSET_BITS=64
-
OBJS = ../../udev.a ../../libsysfs/sysfs.a
.c.o: