Codebase list dillo / b32eba5
Compile with -fPIC to avoid FTBFS on amd64 (Closes: #664949) Axel Beckert 12 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 dillo (3.0.2-2) UNRELEASED; urgency=low
1
2 * Compile with -fPIC to avoid FTBFS on amd64 (Closes: #664949)
3
4 -- Axel Beckert <abe@debian.org> Sat, 24 Mar 2012 21:15:35 +0100
5
06 dillo (3.0.2-1) unstable; urgency=low
17
28 * New upstream bugfix release
1010 CONFFLAGS += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
1111 endif
1212
13 CFLAGS = -Wall -g
13 CFLAGS = -Wall -g -fPIC
1414 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
1515 CFLAGS += -O0
1616 else