From 15a4fcd35923ac066630356a2432d0c35d1964f4 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Fri, 13 Nov 2009 12:09:50 +0100 Subject: [PATCH] micro.conf: use prefix_native and prefix_exec_native --- conf/distro/micro.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/distro/micro.conf b/conf/distro/micro.conf index a1220ee592..b27f02c597 100644 --- a/conf/distro/micro.conf +++ b/conf/distro/micro.conf @@ -99,6 +99,8 @@ PACKAGE_SNAP_LIB_SYMLINKS = "1" # Collapse /usr into / prefix = "" exec_prefix = "" +prefix_native = "" +exec_prefix_native = "" # Don't install ldconfig and associated gubbins USE_LDCONFIG = "0" -- 2.39.5