diff options
Diffstat (limited to 'test/time')
-rw-r--r-- | test/time/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/time/Makefile.in b/test/time/Makefile.in index 83bc07dbb..8afc013d7 100644 --- a/test/time/Makefile.in +++ b/test/time/Makefile.in @@ -17,5 +17,9 @@ TESTS_DISABLED += tst_wcsftime endif CFLAGS_tst-strptime2 := -std=c99 +CFLAGS_tst-ctime = -fPIC +CFLAGS_tst-futimens1 = -fPIC +CFLAGS_tst-timerfd = -fPIC + DODIFF_futimens1 := 1 DODIFF_tst_wcsftime := 1 |