Skip to content

Commit fc47983

Browse files
author
Hans Zandbelt
committed
workaround debbuild test.slo issue too
1 parent 37a7344 commit fc47983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ configure: configure.ac
6464
tar -c --transform="s#^#@NAMEVER@/#" -vzf $@ $(DISTFILES)
6565

6666
test/test: test/test.c $(JWT_SRC)
67-
@APXS2@ -Wc,-Wall -Wc,-g -c $(CFLAGS) -Isrc -o $@ test/test.c $(JWT_SRC) $(LIBS) @APR_LIBS@
67+
`@APXS2@ -q CC` @APR_CFLAGS@ $(CFLAGS) -Isrc -o $@ test/test.c $(JWT_SRC) $(LIBS) @APR_LIBS@
6868

6969
test-compile: test/test
7070

0 commit comments

Comments
 (0)