diff options
| author | Jonathan Bauer | 2013-03-13 17:33:57 +0100 |
|---|---|---|
| committer | Jonathan Bauer | 2013-03-13 17:33:57 +0100 |
| commit | 1efcd9ce0605ed8694f621b9889843ceca673b10 (patch) | |
| tree | 92890797e88f3f4e7153811f800b3acf87aa62be /remote/tools | |
| parent | stage3.1 'debug' to drop a shell (diff) | |
| download | tm-scripts-1efcd9ce0605ed8694f621b9889843ceca673b10.tar.gz tm-scripts-1efcd9ce0605ed8694f621b9889843ceca673b10.tar.xz tm-scripts-1efcd9ce0605ed8694f621b9889843ceca673b10.zip | |
plymouth for stage3.1
Diffstat (limited to 'remote/tools')
| -rw-r--r-- | remote/tools/plymouth/plymouth.build | 2 | ||||
| -rw-r--r-- | remote/tools/plymouth/plymouth.conf | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/remote/tools/plymouth/plymouth.build b/remote/tools/plymouth/plymouth.build index 31ce3038..6b89f058 100644 --- a/remote/tools/plymouth/plymouth.build +++ b/remote/tools/plymouth/plymouth.build @@ -10,7 +10,7 @@ build() { BUILDDIR=$TOOL_DIR/$TOOL/build cd src/$VERSION pinfo "Running configure" - ./configure --enable-systemd-integration --disable-gtk --prefix="" || perror "failed." + ./configure --enable-systemd-integration --disable-gtk --disable-static --prefix="" || perror "failed." pinfo "Running make" make -j5 || perror "failed" pinfo "Running make install" diff --git a/remote/tools/plymouth/plymouth.conf b/remote/tools/plymouth/plymouth.conf index 04144a0f..026aff9c 100644 --- a/remote/tools/plymouth/plymouth.conf +++ b/remote/tools/plymouth/plymouth.conf @@ -9,9 +9,6 @@ REQUIRED_BINARIES=" plymouth plymouthd" REQUIRED_DIRECTORIES=" /bin /etc - /include /lib - /libexec /sbin - /share/plymouth /var" |
