[Bug 25] truecrypt - Cross Platform Disk Encryption Software

RPM Fusion Bugzilla noreply at rpmfusion.org
Sat Jul 4 09:34:02 CEST 2009


http://bugzilla.rpmfusion.org/show_bug.cgi?id=25





--- Comment #29 from leigh scott <leigh123linux at fedoraproject.org>  2009-07-04 09:34:01 ---
(In reply to comment #28)
> I'm not from TrueCrypt upstream, but I think you may actually want:
> C_CXX_FLAGS += $(RPM_OPT_FLAGS) -fno-strict-aliasing
> 


Your right, I wasn't sure if I was allowed to add extra compiler flags to the
RPM_OPT_FLAGS.


SPEC:
http://leigh123linux.fedorapeople.org/pub/review/truecrypt/6/truecrypt.spec


SRPM:
http://leigh123linux.fedorapeople.org/pub/review/truecrypt/6/truecrypt-6.2a-5.fc11.src.rpm



New patch

--- truecrypt-6.2a-source/Makefile.orig
+++ truecrypt-6.2a-source/Makefile
@@ -85,7 +85,7 @@

 ifeq "$(TC_BUILD_CONFIG)" "Release"

-C_CXX_FLAGS += -O2 -fno-strict-aliasing  # Do not enable strict aliasing
+C_CXX_FLAGS += $(RPM_OPT_FLAGS) -fno-strict-aliasing
 export WX_BUILD_DIR ?= $(BASE_DIR)/wxrelease
 WX_CONFIGURE_FLAGS += --disable-debug_flag --disable-debug_gdb
--disable-debug_info



Thanks


Leigh


-- 
Configure bugmail: http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the rpmfusion-developers mailing list