Skip to content

Commit 1962806

Browse files
Lucas Kanashirosorah
authored andcommitted
d/rules: add DEB_BUILD_OPTIONS=abi=time64
1 parent eaa61e5 commit 1962806

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

debian/rules

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ export DH_OPTIONS
1010
TESTOPTS += -v
1111
export TESTOPTS
1212

13+
DEB_BUILD_OPTIONS=abi=time64
14+
1315
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
1416
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
1517
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)

0 commit comments

Comments
 (0)