[Lunar-commits] <moonbase> unrar: Fix build issue on x86_64

Stefan Wold ratler at lunar-linux.org
Sun Oct 19 22:26:46 CEST 2008


commit 23ae2e3e4af555b17d03d2189b72c21bc1da9307
Author: Stefan Wold <ratler at lunar-linux.org>
Date:   Sun Oct 19 22:26:46 2008 +0200

    unrar: Fix build issue on x86_64
---
 archive/unrar/BUILD |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/archive/unrar/BUILD b/archive/unrar/BUILD
index 0e6e9d4..a511d3f 100644
--- a/archive/unrar/BUILD
+++ b/archive/unrar/BUILD
@@ -1,4 +1,5 @@
 (
+  export CXXFLAGS+=" -fPIC"
   cd unrar &&
   cp makefile.unix Makefile &&
   sedit 's:#define UINT:#define LPARAM long\n#define UINT:' dll.hpp &&


More information about the Lunar-commits mailing list