rpms/realcrypt/F-11 realcrypt-rpm_opt_flags.patch,1.2,1.3

Leigh Scott leigh123linux at rpmfusion.org
Fri Feb 12 15:48:33 CET 2010


Author: leigh123linux

Update of /cvs/nonfree/rpms/realcrypt/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv30385

Modified Files:
	realcrypt-rpm_opt_flags.patch 
Log Message:
* Fri Feb 12 2010 leigh scott <leigh123linux at googlemail.com> - 6.3a-1
- update to 6.3a
- combined rebranding patch (by Axel Köllhofer)
- fix rebranding patch so truecrypt name isn't displayed by "mount -l"


realcrypt-rpm_opt_flags.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: realcrypt-rpm_opt_flags.patch
===================================================================
RCS file: /cvs/nonfree/rpms/realcrypt/F-11/realcrypt-rpm_opt_flags.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- realcrypt-rpm_opt_flags.patch	1 Nov 2009 17:50:39 -0000	1.2
+++ realcrypt-rpm_opt_flags.patch	12 Feb 2010 14:48:33 -0000	1.3
@@ -1,11 +1,10 @@
 --- truecrypt-6.3-source/Makefile.orig
 +++ truecrypt-6.3-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  # Do not enable strict aliasing
- export WX_BUILD_DIR ?= $(BASE_DIR)/wxrelease
- WX_CONFIGURE_FLAGS += --disable-debug_flag --disable-debug_gdb --disable-debug_info
- 
+ 
+ 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  # Do not enable strict aliasing
+ export WX_BUILD_DIR ?= $(BASE_DIR)/wxrelease
+ WX_CONFIGURE_FLAGS += --disable-debug_flag --disable-debug_gdb --disable-debug_info



More information about the rpmfusion-commits mailing list