summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-06-29 13:44:35 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-06-29 13:44:35 +0100
commite732ffcc4cc6bdf66e305c145cf1e9da8eeb4929 (patch)
tree21428a04d3da7706c12bc9249ea9d75dbce75384
parent8bbe9e7b6b7a4327560e4781128317472fd998a6 (diff)
downloadacl-e732ffcc4cc6bdf66e305c145cf1e9da8eeb4929.tar.gz
LCFLAGS is local to a dir, not to the build
-rw-r--r--acl.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/acl.morph b/acl.morph
index ec14954..dd29931 100644
--- a/acl.morph
+++ b/acl.morph
@@ -5,7 +5,7 @@
"make configure LOCAL_CONFIGURE_OPTIONS=--disable-gettext"
],
"build-commands": [
- "make SHELL=/bin/bash LCFLAGS='-I/usr/include/attr -D_='"
+ "make SHELL=/bin/bash"
],
"install-commands": [
"make SHELL=/bin/bash DESTDIR=\"$DESTDIR\" install"