Implement a generic ENV variable to set environment variables in the form of a key/value list.
modified libpkg/pkg.h.in
@@ -334,13 +334,12 @@ typedef enum _pkg_config_key {
|
|
|
|
|
|
| - | |
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg_config.c
@@ -226,18 +226,6 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
|
|
|
|
|
@@ -267,6 +255,12 @@ static struct config_entry c[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -692,7 +686,7 @@ pkg_init(const char *path)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -872,13 +866,12 @@ pkg_init(const char *path)
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified pkg/pkg.conf.5
@@ -152,6 +152,13 @@ when running one of:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|