summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-05 16:59:23 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-04-05 16:59:23 +0000
commita8bfc7a5e8a7b12cefe35e9ee604c65e905813e6 (patch)
treed62c1ce417ff91f977c028a2c6d84a0191174e12
parent700ad589e22ba33c27e8ce054ac36f46cc183004 (diff)
downloadbzip2-a8bfc7a5e8a7b12cefe35e9ee604c65e905813e6.tar.gz
Revert "Explicitly add -fPIC to CFLAGS."
This reverts commit 700ad589e22ba33c27e8ce054ac36f46cc183004. I thought this might fix a freetype build error but it doesn't.
-rw-r--r--bzip2.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bzip2.morph b/bzip2.morph
index f0ed148..83a13c1 100644
--- a/bzip2.morph
+++ b/bzip2.morph
@@ -2,7 +2,7 @@
"name": "bzip2",
"kind": "chunk",
"build-commands": [
- "CFLAGS=\"-fPIC\" make"
+ "make"
],
"install-commands": [
"make PREFIX=\"$DESTDIR${PREFIX-/usr}\" install"