diff options
author | obache <obache@pkgsrc.org> | 2010-10-03 12:13:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-10-03 12:13:23 +0000 |
commit | 08a103f093ee07744251e2701bd197d8b30ad5a6 (patch) | |
tree | 828ad3a9a7159b6061d494946abec0b49aa0fe2e /ham | |
parent | 59704225ae7f6b3f0774e29988273ab289c5ed5f (diff) | |
download | pkgsrc-08a103f093ee07744251e2701bd197d8b30ad5a6.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')
-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" |