tags 767209 + fixed patch pending
thanks

Thanks for letting us know Julien.

I've found the problem. -fpie was added to BibleTime_CFLAGS unconditionally in 
CMakeLists.txt
I've confirmed that it will build with this on zelenka, the s390x porterbox

Patch attached.

I'm not set up at the moment for building and uploading the package so if 
someone gets to it 
before I'm ready then please review, build and upload (including NMUers)

Regards,
Daniel
Index: bibletime-2.10.1/CMakeLists.txt
===================================================================
--- bibletime-2.10.1.orig/CMakeLists.txt
+++ bibletime-2.10.1/CMakeLists.txt
@@ -205,7 +205,7 @@ IF(MSVC)
   SET(CMAKE_CXX_FLAGS_DEBUG   "-DNO_DBUS -DSWUSINGDLL /MDd /Zc:wchar_t- /W1 /D_UNICODE /DUNICODE /Zc:wchar_t /Od")
   SET(BibleTime_LDFLAGS "${BibleTime_LDFLAGS} /SUBSYSTEM:WINDOWS")
 ELSE()
-  SET(BibleTime_CFLAGS "${BibleTime_CFLAGS} -Wextra -fpie -fexceptions")
+  SET(BibleTime_CFLAGS "${BibleTime_CFLAGS} -Wextra -fexceptions")
   SET(CMAKE_CXX_FLAGS_RELEASE "-O2")
   SET(CMAKE_CXX_FLAGS_DEBUG "-ggdb")
   IF(APPLE)

Attachment: signature.asc
Description: Digital signature

Reply via email to