aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wrappers/etc/make.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrappers/etc/make.conf b/wrappers/etc/make.conf
index e89a54b..9ff9977 100644
--- a/wrappers/etc/make.conf
+++ b/wrappers/etc/make.conf
@@ -18,7 +18,7 @@ USE="${ARCH} zlib bindist make-symlinks minimal \
CFLAGS="-Os -pipe ${MARCH_TUNE} -fomit-frame-pointer -I${ROOT}usr/include/ -I${ROOT}include/"
CXXFLAGS="${CFLAGS}"
-LDFLAGS="-L${ROOT}usr/lib -L${ROOT}lib"
+LDFLAGS="-L${ROOT}lib -L${ROOT}usr/lib"
FEATURES="-collision-protect sandbox buildpkg noman noinfo nodoc"
# Be sure we dont overwrite pkgs from another repo..