Author: leigh123linux
Update of /cvs/nonfree/rpms/realcrypt/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv5512
Modified Files:
realcrypt-rpm_opt_flags.patch
Log Message:
* Fri Feb 12 2010 leigh scott <leigh123linux(a)googlemail.com> - 6.3a-1
- update to 6.3a
- combined rebranding patch (by Axel Köllhofer)
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/devel/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:45:34 -0000 1.2
+++ realcrypt-rpm_opt_flags.patch 12 Feb 2010 03:25:19 -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
Show replies by date