Skip to content
Snippets Groups Projects
Unverified Commit f4792f50 authored by sisbell's avatar sisbell Committed by boklm
Browse files

Bug 33877: Disable Samples and Regression tests For Libevent Build

parent a017df80
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ cd /var/tmp/build/[% project %]-[% c('version') %]
export MACOSX_DEPLOYMENT_TARGET=[% c("var/macosx_deployment_target") %]
[% END -%]
./autogen.sh
./configure --disable-static [% c("var/configure_opt") %] --prefix=$distdir
./configure --disable-static [% c("var/configure_opt") %] --disable-libevent-regress --disable-samples --prefix=$distdir
[% IF c("var/osx") -%]
export LD_PRELOAD=[% c("var/faketime_path") %]
export FAKETIME="[% USE date; GET date.format(c('timestamp'), format = '%Y-%m-%d %H:%M:%S') %]"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment