mirror of https://gitee.com/openkylin/libtool.git
!3 rv64g架构 编译报错 libc6-dev 升级2.36后 test报错
Merge pull request !3 from wangboya0518/openkylin/yangtze
This commit is contained in:
commit
9f6d6b58e1
|
@ -1,3 +1,9 @@
|
|||
libtool (2.4.7-ok4) yangtze; urgency=medium
|
||||
|
||||
* if arch == rv64g nocheck
|
||||
|
||||
-- root <wangboya@smart-core.cn> Fri, 01 Mar 2024 01:41:27 +0000
|
||||
|
||||
libtool (2.4.7-ok3) yangtze; urgency=medium
|
||||
|
||||
* fix(187948)【openKylin软件包源码扫描】libtool 源码含有ubuntu信息
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
# In case they are dropped
|
||||
SERIAL=4245
|
||||
VERSION=2.4.7
|
||||
|
||||
ifeq ($(DEB_HOST_ARCH),rv64g)
|
||||
export DEB_BUILD_OPTIONS=nocheck
|
||||
endif
|
||||
include /usr/share/dpkg/architecture.mk
|
||||
DEB_CFLAGS_MAINT_PREPEND := -Wall
|
||||
DPKG_EXPORT_BUILDFLAGS := 1
|
||||
|
|
Loading…
Reference in New Issue