commit | 43fbac177aaaea65f42170226c1bb32ba4f359d8 | [log] [tgz] |
---|---|---|
author | Alexey Tarasov <tarasov@dodologics.com> | Mon Jun 15 14:28:15 2009 +1100 |
committer | Jean-Baptiste Queru <jbq@google.com> | Tue Sep 08 18:17:38 2009 -0700 |
tree | dff90fd73d141d4c582601c53985dd6e2df0691f | |
parent | 37f0fd547e05c8bcfa59eee57c9988c1f3969fb1 [diff] [blame] |
Added option to build link with libutil
diff --git a/Makefile.android b/Makefile.android index a844a6b..734991e 100644 --- a/Makefile.android +++ b/Makefile.android
@@ -510,6 +510,10 @@ 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)