From 7f4ba07be2f1a1709543965b300a131598416171 Mon Sep 17 00:00:00 2001 From: hasufell Date: Mon, 2 Mar 2015 02:19:34 +0100 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paludis/bashrc b/paludis/bashrc index 46b16d7..5998545 100644 --- a/paludis/bashrc +++ b/paludis/bashrc @@ -4,7 +4,7 @@ CHOST="x86_64-pc-linux-gnu" CFLAGS="-march=core-avx2 -O2 -pipe -Wall" CXXFLAGS="${CFLAGS}" -LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -lmnl" +LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" MAKEOPTS="-j8" I_KNOW_WHAT_I_AM_DOING="yes"