summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bzip2.morph2
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"