blob: d445d1b68c2e304a57b85e6d5e6553606d35255d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Makefile.target.orig
+++ ./Makefile.target
@@ -34,7 +34,7 @@
STPFILES=
ifndef CONFIG_HAIKU
-LIBS+=-lm
+LIBS+=-lm -lrt
endif
config-target.h: config-target.h-timestamp
|