<ppetrov^>
hi guys, does anyone still have the bash command to search which packages should be recompiled after freetype upgrade, due to the *.la files issue?
fury_ has quit [Quit: Leaving]
groovy2shoes has quit [Ping timeout: 264 seconds]
groovy2shoes has joined #crux
<Romster>
for f in $(grep -lrs libfreetype.la /usr/lib); do pkginfo -o $f | awk '!/^(Package|pkginfo:)/ {print $1}'; done | sort -u | xargs
<ppetrov^>
thank you!
jue has joined #crux
moth has quit [Remote host closed the connection]
moth has joined #crux
farkuhar has joined #crux
moth has quit [Remote host closed the connection]
moth has joined #crux
<ppetrov^>
freetype
<ppetrov^>
ups, sorry
<ppetrov^>
ok, i have a list of ports that need to be rebuild after the freetype update. Just recompiling still ends up with an error. Do I need to rebuild or configure something else first? I know the question comes quite late, but i've been quite busy lately to update my system...