mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
Undo my previous fixes. I forgot that kaffe uses dlsym, dlopen (etc)
to open the libs, and it doesn't recognize the version numbers that our loader requires, hence the softlinking. Leave libkaffe_agent in, tho, that does seem to have been overlooked.
This commit is contained in:
parent
710cc71efe
commit
54875ab6db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5492
1 changed files with 4 additions and 0 deletions
|
@ -7,8 +7,12 @@ include/kaffe/native.h
|
|||
include/kaffe/StubPreamble.h
|
||||
man/man1/kaffe.1.gz
|
||||
share/kaffe/license.terms
|
||||
lib/libkaffe_agent.so
|
||||
lib/libkaffe_agent.so.0.71
|
||||
lib/libkaffe_native.so
|
||||
lib/libkaffe_native.so.0.71
|
||||
lib/libkaffe_vm.so
|
||||
lib/libkaffe_vm.so.0.71
|
||||
lib/libkaffe_net.so
|
||||
lib/libkaffe_net.so.0.71
|
||||
@exec /sbin/ldconfig -m %B
|
||||
|
|
Loading…
Add table
Reference in a new issue