mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Catch up with r361700.
OpenSSL 32-bit compat engines are moved to /usr/lib32/engines.
This commit is contained in:
parent
e07e002e95
commit
4ee89102db
1 changed files with 4 additions and 0 deletions
|
|
@ -36,6 +36,10 @@
|
|||
# xargs -n1 | sort | uniq -d;
|
||||
# done
|
||||
|
||||
# 20200601: OpenSSL 32-bit compat engines moved to /usr/lib32/engines
|
||||
OLD_LIBS+=usr/lib32/capi.so
|
||||
OLD_LIBS+=usr/lib32/padlock.so
|
||||
|
||||
# 20200528: libevent renamed libevent1
|
||||
OLD_FILES+=usr/include/private/event/event.h
|
||||
OLD_DIRS+=usr/include/private/event
|
||||
|
|
|
|||
Loading…
Reference in a new issue