diff options
| author | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-17 09:26:20 +0000 |
|---|---|---|
| committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-03-17 09:26:20 +0000 |
| commit | 4249c5f295b4030bac722557cec69c0c33fcb97b (patch) | |
| tree | 02f9e1f4b4ae67c1fb675234ca5ab1d1f125b487 /sysutils/coreutils | |
| parent | 73996655ceb665c627ce6ab785675849e3fe97a4 (diff) | |
Notes
Diffstat (limited to 'sysutils/coreutils')
| -rw-r--r-- | sysutils/coreutils/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/coreutils/Makefile b/sysutils/coreutils/Makefile index c0f6050d3569..4a8b9dacdd1a 100644 --- a/sysutils/coreutils/Makefile +++ b/sysutils/coreutils/Makefile @@ -21,6 +21,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --program-transform-name=s/stat/nustat/ CONFIGURE_ENV= FORCE_UNSAFE_CONFIGURE=1 +.ifdef QEMU_EMULATING +# XXX bug 224740: configure hangs +CONFIGURE_ENV+= gl_cv_func_printf_enomem=no +.endif CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib |
