diff options
author | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-04-05 16:56:31 +0000 |
---|---|---|
committer | Jannis Pohlmann <jannis.pohlmann@codethink.co.uk> | 2012-04-05 16:56:31 +0000 |
commit | 700ad589e22ba33c27e8ce054ac36f46cc183004 (patch) | |
tree | 571ec00bdf6724fb512a836ec6be9b94e38b5ff4 | |
parent | bb3049bd7d5ea032c977ee531897646a419a54b1 (diff) | |
download | bzip2-700ad589e22ba33c27e8ce054ac36f46cc183004.tar.gz |
Explicitly add -fPIC to CFLAGS.
-rw-r--r-- | bzip2.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bzip2.morph b/bzip2.morph index 83a13c1..f0ed148 100644 --- a/bzip2.morph +++ b/bzip2.morph @@ -2,7 +2,7 @@ "name": "bzip2", "kind": "chunk", "build-commands": [ - "make" + "CFLAGS=\"-fPIC\" make" ], "install-commands": [ "make PREFIX=\"$DESTDIR${PREFIX-/usr}\" install" |