mirror of https://gitee.com/openkylin/ppp.git
fix symbols error
This commit is contained in:
parent
8a053fb242
commit
7155aed2ec
|
@ -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,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~
|
||||
|
|
Loading…
Reference in New Issue