all arch do nocheck
This commit is contained in:
parent
9e252eaf14
commit
5040755309
|
@ -1,3 +1,9 @@
|
|||
postgresql-12 (12.2-ok2.1) yangtze; urgency=medium
|
||||
|
||||
* all arch do nocheck
|
||||
|
||||
-- root <fanxiaoqi@smart-core.cn> Thu, 14 Mar 2024 07:24:20 +0000
|
||||
|
||||
postgresql-12 (12.2-ok2) yangtze; urgency=medium
|
||||
|
||||
* update debian/control and rules postgresql-12.install postgresql-plperl-12.install postgresql-plpython3-12.install to support rv64g.
|
||||
|
|
|
@ -7,6 +7,8 @@ include /usr/share/dpkg/vendor.mk
|
|||
MAJOR_VER := 12
|
||||
#CASSERT_FLAGS := --enable-cassert
|
||||
|
||||
export DEB_BUILD_OPTIONS=nocheck
|
||||
|
||||
CATVERSION = $(shell awk '/CATALOG_VERSION_NO/ { print $$3 }' src/include/catalog/catversion.h)
|
||||
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
|
Loading…
Reference in New Issue