aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Code Review <code-review@android.com>2009-09-14 05:51:15 -0700
committerAndroid Code Review <code-review@android.com>2009-09-14 05:51:15 -0700
commit63a13ab8230560f5b9610bb0fa6a47a54ebf8e9c (patch)
treebdeb982e0344bf3bd9cb5d2261936c3f30870a1e
parent81d3aa8df3b0b3a10e35effb9ada6ade82a1ec9b (diff)
parent43fbac177aaaea65f42170226c1bb32ba4f359d8 (diff)
downloadqemu-donut-plus-aosp.tar.gz
Merge change 11465donut-plus-aosp
* changes: Added option to build link with libutil
-rw-r--r--Makefile.android4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index a844a6b403..734991e4ae 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -510,6 +510,10 @@ ifeq ($(HOST_OS),windows)
LOCAL_LDLIBS += -mno-cygwin -mwindows -mconsole
endif
+ifeq ($(HOST_OS),freebsd)
+ LOCAL_LDLIBS += -L/usr/local/lib -lpthread -lX11 -lutil
+endif
+
LOCAL_SRC_FILES += $(VL_SOURCES)
ifeq ($(HOST_OS),linux)