diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 08:32:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-13 08:32:13 +0000 |
commit | 82b24148942203f7b504cb6d3c3ec2420739ce5b (patch) | |
tree | 1bef764f951c77cf30058586842ecdef8c9b9d3c /main/truecrypt/libdl.patch | |
parent | f170b059fef49ebcaa2c0e6beaa9a136b41398bc (diff) | |
download | aports-82b24148942203f7b504cb6d3c3ec2420739ce5b.tar.bz2 aports-82b24148942203f7b504cb6d3c3ec2420739ce5b.tar.xz |
main/truecrypt: moved from testing and fix libdl underlinking
Diffstat (limited to 'main/truecrypt/libdl.patch')
-rw-r--r-- | main/truecrypt/libdl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |