diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index d61ebfa..702fc93 100644 --- a/src/Makefile +++ b/src/Makefile @@ -45,7 +45,7 @@ INSTALL = install PREFIX = /usr/local -CFLAGS = -std=gnu99 -Wall -DFAKE_STAT -DFAKE_INTERNAL_CALLS -fPIC +CFLAGS = -std=gnu99 -Wall -DFAKE_STAT -DFAKE_INTERNAL_CALLS -fPIC -DPOSIX_REALTIME LDFLAGS = -shared -ldl -lm -lpthread SRC = faketime.c |