Skip to content

Commit

Permalink
[depends] Don't build libevent sample code
Browse files Browse the repository at this point in the history
  • Loading branch information
fanquake committed Sep 8, 2017
1 parent c22a53c commit f38c051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/libevent.mk
Expand Up @@ -9,7 +9,7 @@ define $(package)_preprocess_cmds
endef

define $(package)_set_vars
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress
$(package)_config_opts=--disable-shared --disable-openssl --disable-libevent-regress --disable-samples
$(package)_config_opts_release=--disable-debug-mode
$(package)_config_opts_linux=--with-pic
endef
Expand Down

0 comments on commit f38c051

Please sign in to comment.