opnsense-ports/devel/libfaketime/files/patch-test_Makefile
Franco Fichtner fdde2a42b2 */*: sync with upstream
Taken from: FreeBSD
2016-10-28 17:54:21 +02:00

13 lines
296 B
Text

--- test/Makefile.orig 2016-06-27 06:54:00 UTC
+++ test/Makefile
@@ -1,7 +1,7 @@
-CC = gcc
+CC ?= gcc
-CFLAGS = -std=gnu99 -Wall -DFAKE_STAT -Werror -Wextra
-LDFLAGS = -lrt
+CFLAGS ?= -std=gnu99 -Wall -DFAKE_STAT -Werror -Wextra
+LDFLAGS = -lrt -lcompat
SRC = timetest.c
OBJ = ${SRC:.c=.o}