diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-13 12:09:50 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-17 21:34:20 +0100 |
commit | 15a4fcd35923ac066630356a2432d0c35d1964f4 (patch) | |
tree | 827bef8784aa8687764b9b1a81966eb9f8bd62b7 /conf/distro | |
parent | ab1792dbec0b56390e3fc62dce9ecf2578643710 (diff) |
micro.conf: use prefix_native and prefix_exec_native
Diffstat (limited to 'conf/distro')
-rw-r--r-- | conf/distro/micro.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" |