[yorick-ygsl] 01/10: Fix macro name
Thibaut Jean-Claude Paumard
thibaut at moszumanska.debian.org
Thu Dec 1 13:27:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
thibaut pushed a commit to branch upstream
in repository yorick-ygsl.
commit bf7d194d66045c4beefde89f62324ad886167947
Author: Éric Thiébaut <eric.thiebaut at univ-lyon1.fr>
Date: Sat May 23 20:41:32 2015 +0200
Fix macro name
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index 582ad2b..b954846 100755
--- a/configure
+++ b/configure
@@ -206,7 +206,7 @@ cfg_s2=$(cfg_subst_macro "Y_EXE_HOME" "$cfg_yhome")
cfg_s3=$(cfg_subst_macro "Y_EXE_SITE" "$cfg_ysite")
cfg_s4=$(cfg_subst_macro "PKG_CFLAGS" "$cfg_cflags")
cfg_s5=$(cfg_subst_macro "PKG_DEPLIBS" "$cfg_deplibs")
-cfg_s6=$(cfg_subst_macro "PKG_LFLAGS" "$cfg_ldflags")
+cfg_s6=$(cfg_subst_macro "PKG_LDFLAGS" "$cfg_ldflags")
cfg_s7=$(cfg_subst_macro "srcdir" "$cfg_srcdir")
sed < "$cfg_src" > "$cfg_dst" \
-e "$cfg_s0;$cfg_s1;$cfg_s2;$cfg_s3;$cfg_s4;$cfg_s5;$cfg_s6;$cfg_s7"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/yorick-ygsl.git
More information about the debian-science-commits
mailing list