diff options
-rw-r--r-- | main/truecrypt/APKBUILD (renamed from testing/truecrypt/APKBUILD) | 4 | ||||
-rw-r--r-- | main/truecrypt/execstack-fix.patch (renamed from testing/truecrypt/execstack-fix.patch) | 0 | ||||
-rw-r--r-- | main/truecrypt/libdl.patch | 11 | ||||
-rw-r--r-- | main/truecrypt/truecrypt-arch-detection.patch (renamed from testing/truecrypt/truecrypt-arch-detection.patch) | 0 | ||||
-rw-r--r-- | main/truecrypt/truecrypt.desktop (renamed from testing/truecrypt/truecrypt.desktop) | 0 |
5 files changed, 14 insertions, 1 deletions
diff --git a/testing/truecrypt/APKBUILD b/main/truecrypt/APKBUILD index 2cb716eef7..b36ff8f841 100644 --- a/testing/truecrypt/APKBUILD +++ b/main/truecrypt/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=truecrypt pkgver=7.1 -pkgrel=1 +pkgrel=2 pkgdesc="crypto" url="http://www.truecrypt.org/" arch="all" @@ -16,6 +16,7 @@ source="ftp://ftp.archlinux.org/other/tc/truecrypt-${pkgver}.tar.gz ftp://ftp.archlinux.org/other/tc/pkcs-2.20.tar.gz truecrypt-arch-detection.patch execstack-fix.patch + libdl.patch truecrypt.desktop " @@ -51,4 +52,5 @@ md5sums="a8268630a870faff07af940f63fb29eb truecrypt-7.1.tar.gz ce6a707b79411e82e8e558aa03e764b0 pkcs-2.20.tar.gz 00ea70fa8437de877b31b027ac2b4060 truecrypt-arch-detection.patch 78e606e6582dacc3176d59ad4419b6bb execstack-fix.patch +11d7a8d9b83012750f0161f6116a9af8 libdl.patch 183b9bf04a943454d4e216130bcbac01 truecrypt.desktop" diff --git a/testing/truecrypt/execstack-fix.patch b/main/truecrypt/execstack-fix.patch index d72fe0e14a..d72fe0e14a 100644 --- a/testing/truecrypt/execstack-fix.patch +++ b/main/truecrypt/execstack-fix.patch diff --git a/main/truecrypt/libdl.patch b/main/truecrypt/libdl.patch new file mode 100644 index 0000000000..f9aa888629 --- /dev/null +++ b/main/truecrypt/libdl.patch @@ -0,0 +1,11 @@ +--- ./Makefile.orig ++++ ./Makefile +@@ -39,7 +39,7 @@ + export CXXFLAGS := -Wall -Wno-unused-parameter + 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 := ++export LFLAGS := -ldl + + export PKG_CONFIG_PATH ?= /usr/local/lib/pkgconfig + diff --git a/testing/truecrypt/truecrypt-arch-detection.patch b/main/truecrypt/truecrypt-arch-detection.patch index bc16a2a36e..bc16a2a36e 100644 --- a/testing/truecrypt/truecrypt-arch-detection.patch +++ b/main/truecrypt/truecrypt-arch-detection.patch diff --git a/testing/truecrypt/truecrypt.desktop b/main/truecrypt/truecrypt.desktop index 53626f29ff..53626f29ff 100644 --- a/testing/truecrypt/truecrypt.desktop +++ b/main/truecrypt/truecrypt.desktop |