Article 5G639 tk-8.6.11.1

tk-8.6.11.1

by
oneforall
from LinuxQuestions.org on (#5G639)
Hi Pat

sed -i -e "s#^TK_LIBRARY='\$(prefix)/lib/#TK_LIBRARY='\$(libdir)/#" \
unix/configure

removed the ^
sed -i -e "s#TK_LIBRARY='\$(prefix)/lib/#TK_LIBRARY='\$(libdir)/#" \
unix/configure

now it installs to the right lib :)latest?d=yIl2AUoC8zA latest?i=MQHUVXlJadE:HRHLlHrJIF8:F7zBnMy latest?i=MQHUVXlJadE:HRHLlHrJIF8:V_sGLiP latest?d=qj6IDK7rITs latest?i=MQHUVXlJadE:HRHLlHrJIF8:gIN9vFwMQHUVXlJadE
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments