|
|
@ -1,7 +1,7 @@ |
|
|
libpng_postmake () |
|
|
libpng_postmake () |
|
|
{ |
|
|
{ |
|
|
# this fixes building cups against latest libpng |
|
|
# this fixes building cups against latest libpng |
|
|
ln -svf libpng.so.3.12.0 $root/usr/lib/libpng.so |
|
|
|
|
|
|
|
|
ln -svf libpng.so.3 $root/usr/lib/libpng.so |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
hook_add postmake 5 libpng_postmake |
|
|
hook_add postmake 5 libpng_postmake |