search for: 95d6bc0

Displaying 1 result from an estimated 1 matches for "95d6bc0".

Did you mean: 25d6bc6
2012 Feb 18
0
Re: [Qemu-devel] [PATCH] build: add needed missing libraries libm and librt
...or must go in $(LIBS_QGA) or new conditionalized variable. >> >> $(qapi-dir)/test-qapi-types.c $(qapi-dir)/test-qapi-types.h :\ >> $(SRC_PATH)/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py >> diff --git a/Makefile.target b/Makefile.target >> index a111521..95d6bc0 100644 >> --- a/Makefile.target >> +++ b/Makefile.target >> @@ -33,6 +33,8 @@ endif >> PROGS=$(QEMU_PROG) >> STPFILES= >> >> +LIBS+=-lrt >> + >> ifndef CONFIG_HAIKU >> LIBS+=-lm >> endif Here's the special treatment that a...