mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add libprivateevent libs to ObsoleteFiles.inc
Missed in r361607 Reported by: dim
This commit is contained in:
parent
7efe14cb99
commit
c0d60fc86f
1 changed files with 4 additions and 0 deletions
|
|
@ -535,6 +535,10 @@ OLD_LIBS+=usr/lib32/padlock.so
|
|||
|
||||
# 20200528: libevent renamed libevent1
|
||||
OLD_FILES+=usr/include/private/event/event.h
|
||||
OLD_FILES+=usr/lib/libprivateevent.a
|
||||
OLD_FILES+=usr/lib/libprivateevent.so
|
||||
OLD_FILES+=usr/lib/libprivateevent.so.1
|
||||
OLD_FILES+=usr/lib/libprivateevent_p.a
|
||||
OLD_DIRS+=usr/include/private/event
|
||||
|
||||
# 20200523: new clang import which bumps version from 10.0.0 to 10.0.1.
|
||||
|
|
|
|||
Loading…
Reference in a new issue