Skip to content

Commit 732e476

Browse files
committed
rules: update CFLAGS to match upstream
1 parent 476bcae commit 732e476

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 @@ CROSS= --build $(DEB_BUILD_GNU_TYPE)
1010
endif
1111

1212
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
13-
export DEB_CFLAGS_MAINT_APPEND = -O2 -Wall -W
13+
export DEB_CFLAGS_MAINT_APPEND = -O2 -Wall -W -fPIC
1414
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1515

1616
#DH_VERBOSE = 1

0 commit comments

Comments
 (0)