summaryrefslogtreecommitdiff
path: root/strata/cpe-wrt/ppp.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/cpe-wrt/ppp.morph')
-rw-r--r--strata/cpe-wrt/ppp.morph14
1 files changed, 14 insertions, 0 deletions
diff --git a/strata/cpe-wrt/ppp.morph b/strata/cpe-wrt/ppp.morph
new file mode 100644
index 00000000..8d72ec05
--- /dev/null
+++ b/strata/cpe-wrt/ppp.morph
@@ -0,0 +1,14 @@
+name: ppp
+kind: chunk
+
+pre-configure-commands:
+- sed -i 's/USE_LIBUTIL=y/# USE_LIBUTIL=y/' pppd/Makefile.linux
+
+configure-commands:
+- ./configure --prefix=$PREFIX
+
+build-commands:
+- make
+
+install-commands:
+- make DESTDIR=$DESTDIR install