[vlc-commits] twolame: use RECONF
    Sean McGovern 
    git at videolan.org
       
    Wed Aug  5 18:10:39 CEST 2015
    
    
  
vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Sat Aug  1 09:31:03 2015 -0400| [0ebac9dc833b9c4e667db44db452c2de0ddc7583] | committer: Rémi Denis-Courmont
twolame: use RECONF
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0ebac9dc833b9c4e667db44db452c2de0ddc7583
---
 contrib/src/twolame/rules.mak |    1 +
 1 file changed, 1 insertion(+)
diff --git a/contrib/src/twolame/rules.mak b/contrib/src/twolame/rules.mak
index 7f3756d..5a85747 100644
--- a/contrib/src/twolame/rules.mak
+++ b/contrib/src/twolame/rules.mak
@@ -21,6 +21,7 @@ twolame: twolame-$(TWOLAME_VERSION).tar.gz .sum-twolame
 	$(MOVE)
 
 .twolame: twolame
+	$(RECONF)
 	cd $< && $(HOSTVARS) CFLAGS="${CFLAGS} -DLIBTWOLAME_STATIC" ./configure $(HOSTCONF)
 	cd $< && $(MAKE)
 	cd $</libtwolame && $(MAKE) install
    
    
More information about the vlc-commits
mailing list