Description: build collects fPIE via fltk-config
 so it needs to build with -fPIC
 see 677705 for the fltk issue
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664941
Author: Julian Taylor <jtaylor.debian@googlemail.com>

--- flpsed-0.5.2/debian/changelog       2012-06-16 10:19:36.000000000 +0000
+++ flpsed-0.5.2/debian/changelog       2012-06-16 10:19:36.000000000 +0000
@@ -1,3 +1,11 @@
+flpsed (0.5.2-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * build with fPIC to be compatible with fPIE
+    obtained via fltk-config (Closes: #664941) 
+
+ -- Julian Taylor <jtaylor.debian@googlemail.com>  Sat, 16 Jun 2012 10:16:08 +0000
+
 flpsed (0.5.2-1) unstable; urgency=low
 
   * New upstream release (0.5.2). Some page navigation features
diff -Nru flpsed-0.5.2/debian/rules flpsed-0.5.2/debian/rules
--- flpsed-0.5.2/debian/rules   2012-06-16 10:19:36.000000000 +0000
+++ flpsed-0.5.2/debian/rules   2012-06-16 10:19:36.000000000 +0000
@@ -5,7 +5,7 @@
 #export DH_VERBOSE=1
 
 
-CXXFLAGS = -g -Wall
+CXXFLAGS = -g -Wall -fPIC
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
        CXXFLAGS += -O0

