aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-26 19:37:45 +0100
committerKARBOWSKI Piotr <piotr.karbowski@gmail.com>2017-12-26 19:37:45 +0100
commitf1fce9f3d1741747c12e81d8b170130c0bd4cf7b (patch)
tree3b0bd09c2ab3660368e34b1011359fbfd0aa1fca
parentlebuilds/libgcrypt.lebuild: 1.6.4 -> 1.8.2 + force O3 (diff)
downloadbetter-initramfs-f1fce9f3d1741747c12e81d8b170130c0bd4cf7b.tar.xz
better-initramfs-f1fce9f3d1741747c12e81d8b170130c0bd4cf7b.zip
lebuilds/libgcrypt.lebuild: 1.6.4 -> 1.8.2 + force O3
-rwxr-xr-xbootstrap/lebuilds/libgcrypt.lebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/bootstrap/lebuilds/libgcrypt.lebuild b/bootstrap/lebuilds/libgcrypt.lebuild
index 12f928e..dead5d3 100755
--- a/bootstrap/lebuilds/libgcrypt.lebuild
+++ b/bootstrap/lebuilds/libgcrypt.lebuild
@@ -8,16 +8,16 @@ license='LGPLv2.1'
build_cmd="
export CFLAGS=\"\$CFLAGS -O3\" && \
export CXXFLAGS=\"\$CXXFLAGS -O3\" && \
- cd /source/${name}-${version} && \
- ./configure \
+ cd /source/${name}-${version} && \
+ ./configure \
--prefix=/binit/prefix \
--with-libgpg-error-prefix=/binit/prefix \
- --enable-static=yes \
- --disable-padlock-support \
- --enable-shared=no \
- --enable-static=yes && \
- make -j ${cores_num:-1} && \
- make install
+ --enable-static=yes \
+ --disable-padlock-support \
+ --enable-shared=no \
+ --enable-static=yes && \
+ make -j ${cores_num:-1} && \
+ make install
"
fetch_source