Projects
Extra
GostCrypt
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 6
View file
gostcrypt.changes
Changed
@@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Thu Dec 10 10:04:17 UTC 2015 - antoine.belvire@laposte.net + +- Add gostcrypt-1.0-fix-abi-gcc5.patch: + * Fix the Fuse "invalid characters" error when trying to mount + an encrypted file on Tumbleweed + +------------------------------------------------------------------- Fri Oct 23 21:20:28 UTC 2015 - antoine.belvire@laposte.net - Improve spec file:
View file
gostcrypt.spec
Changed
@@ -32,6 +32,8 @@ Patch0: gostcrypt-1.0-tc_token_err.patch # PATCH-FIX-UPSTREAM gostcrypt-1.0-long-long-32bit.patch Patch1: gostcrypt-1.0-long-long-32bit.patch +# PATCH-FIX-UPSTREAM gostcrypt-1.0-fix-abi-gcc5.patch +Patch2: gostcrypt-1.0-fix-abi-gcc5.patch BuildRequires: gcc-c++ BuildRequires: fuse-devel %if 0%{?suse_version} @@ -66,6 +68,7 @@ %setup -q -n GostCrypt_Linux_%{version} %patch0 %patch1 +%patch2 -p1 %build LIBS=-ldl make %{?_smp_mflags}
View file
gostcrypt-1.0-fix-abi-gcc5.patch
Added
@@ -0,0 +1,12 @@ +diff --git a/Makefile b/Makefile +--- a/Makefile 2015-12-10 10:35:23.743830306 +0100 ++++ b/Makefile 2015-12-10 10:35:42.531829994 +0100 +@@ -28,7 +28,7 @@ export AS := nasm + export RANLIB ?= ranlib + + export CFLAGS := -Wall +-export CXXFLAGS := -Wall -Wno-unused-parameter ++export CXXFLAGS := -Wall -Wno-unused-parameter -D_GLIBCXX_USE_CXX11_ABI=0 + C_CXX_FLAGS := -MMD -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES -I$(BASE_DIR) -I$(BASE_DIR)/Crypto + export ASFLAGS := -Ox -D __GNUC__ + export LFLAGS :=
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.