X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=compilation;h=9aab1ac62f274fea8bf2055e805a15af1ad84636;hb=b5ae6c6a4dab4e7643e3d005f2afd80a340f252f;hp=b13a39120562d3b8b0c2c3b4235c0a99bb307b8f;hpb=b6c4c9f624a48c7c9740793b7d0cfdd238b42246;p=bash.d.git diff --git a/compilation b/compilation index b13a391..9aab1ac 100644 --- a/compilation +++ b/compilation @@ -4,7 +4,7 @@ source /etc/portage/make.conf # LDFLAGS comes from.. somewhere else. -LDFLAGS="-Wl,-O1 -Wl,--as-needed" +export LDFLAGS="-Wl,-O1 -Wl,--as-needed" # Portage does this for us. -MAKE="make ${MAKEOPTS}" +export MAKE="make ${MAKEOPTS}"