fix symbols error

This commit is contained in:
kreiserlee 2024-08-09 10:05:52 +08:00 committed by openkylin-cibot
parent 8a053fb242
commit 7155aed2ec
2 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ppp (2.4.9-ok5) nile; urgency=medium
* fix symbols error.
-- liyang <liyang01@kylinos.cn> Fri, 09 Aug 2024 10:05:08 +0800
ppp (2.4.9-ok4) nile; urgency=medium
* fix build error

3
debian/ppp.symbols vendored
View File

@ -3,7 +3,7 @@ pppd.so.2.4.9 ppp #MINVER#
# Ignore all symbols that start with an underscore in the Base module
(regex|optional)"^_.*@Base$" 2.4.9-1+1~
# Ignore $global$ which seems to appear on hppa only
(optional)$global$@Base 2.4.9-1+1~
#MISSING: 2.4.9-ok4# (optional)$global$@Base 2.4.9-1+1~
# Ignore everything that claims it's part of glibc
(regex|optional)"@GLIBC_" 2.4.9-1+1~
# All others should be pppd symbols
@ -282,6 +282,7 @@ pppd.so.2.4.9 ppp #MINVER#
log_default@Base 2.4.7-1+2~
log_ssl_errors@Base 2.4.7-2+1~
log_to_fd@Base 2.4.7-1+2~
logwtmp@Base 2.4.9-ok4
loop_chars@Base 2.4.7-1+2~
loop_frame@Base 2.4.7-1+2~
magic@Base 2.4.7-1+2~