diff options
author | obache <obache> | 2010-10-03 12:13:23 +0000 |
---|---|---|
committer | obache <obache> | 2010-10-03 12:13:23 +0000 |
commit | 3949424361b12359c4cf9adc43d3c6cc6a910ae6 (patch) | |
tree | 828ad3a9a7159b6061d494946abec0b49aa0fe2e /ham/fldigi | |
parent | 991474f0b629bbce315780180082822ede762a32 (diff) | |
download | pkgsrc-3949424361b12359c4cf9adc43d3c6cc6a910ae6.tar.gz |
exactly pass STRIP to configure, or failed to detect strip program,
and result in installation error because of "exec strip failed".
Diffstat (limited to 'ham/fldigi')
-rw-r--r-- | ham/fldigi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ham/fldigi/Makefile b/ham/fldigi/Makefile index 6c5cca51e95..25507de9473 100644 --- a/ham/fldigi/Makefile +++ b/ham/fldigi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2010/10/03 12:00:50 obache Exp $ +# $NetBSD: Makefile,v 1.9 2010/10/03 12:13:23 obache Exp $ # DISTNAME= fldigi-3.03 @@ -17,6 +17,7 @@ USE_LANGUAGES= c c++ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-xmlrpc=no +CONFIGURE_ENV+= STRIP=${STRIP} .include "../../audio/libsndfile/buildlink3.mk" .include "../../audio/libsamplerate/buildlink3.mk" |