summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-28 17:18:22 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-02-28 17:18:22 +0000
commit82f1ae8f47e6ad8fb7354e1fb6154f7aa4792d56 (patch)
tree8850776cc82e57b9facfc9918e438fc246e98863
parent87bb0d9acdd4bd35236053409faea9736024afe8 (diff)
downloadlinuxquota-82f1ae8f47e6ad8fb7354e1fb6154f7aa4792d56.tar.gz
Fix builds under linux-user-chroot
-rw-r--r--linuxquota.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/linuxquota.morph b/linuxquota.morph
index f97e91d..aa47de4 100644
--- a/linuxquota.morph
+++ b/linuxquota.morph
@@ -4,7 +4,9 @@
"build-system": "autotools",
"configure-commands": [
"autoreconf -ivf",
- "./configure --prefix=\"$PREFIX\"",
- "ln -s /usr/bin/cpp /lib/cpp"
+ "./configure --prefix=\"$PREFIX\""
+ ],
+ "build-commands": [
+ "make \"RPCGEN=rpcgen -Y /usr/bin\""
]
}