Skip to content

Commit 69fbd2a

Browse files
sthibaulsorah
authored andcommitted
Don't override DEB_BUILD_OPTIONS; append instead
Closes: #1079459
1 parent 228cf9e commit 69fbd2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/rules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export DH_OPTIONS
1010
TESTOPTS += -v
1111
export TESTOPTS
1212

13-
DEB_BUILD_OPTIONS=abi=time64
13+
DEB_BUILD_OPTIONS += abi=time64
1414

1515
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
1616
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)

0 commit comments

Comments
 (0)