diff options
| author | fanquake <[email protected]> | 2017-09-08 16:29:01 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2017-09-08 16:29:01 +0800 |
| commit | f38c05104848db63ad0df85c24eea466dbff8536 (patch) | |
| tree | 47718287a6b8423e6190c7017ac9c30dbb8691a4 | |
| parent | Merge #11250: Bump wallet version to 159900 and remove the `usehd` option (diff) | |
| download | discoin-f38c05104848db63ad0df85c24eea466dbff8536.tar.xz discoin-f38c05104848db63ad0df85c24eea466dbff8536.zip | |
[depends] Don't build libevent sample code
| -rw-r--r-- | depends/packages/libevent.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/libevent.mk b/depends/packages/libevent.mk index 00231d75d..5f622f8e6 100644 --- a/depends/packages/libevent.mk +++ b/depends/packages/libevent.mk @@ -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 |