diff options
-rw-r--r-- | meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch b/meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch index 101a748776..52ca276da6 100644 --- a/meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch +++ b/meta-oe/recipes-dbs/postgresql/files/0001-config_info.c-not-expose-build-info.patch | |||
@@ -30,7 +30,16 @@ diff --git a/src/common/config_info.c b/src/common/config_info.c | |||
30 | index e72e729..b482c20 100644 | 30 | index e72e729..b482c20 100644 |
31 | --- a/src/common/config_info.c | 31 | --- a/src/common/config_info.c |
32 | +++ b/src/common/config_info.c | 32 | +++ b/src/common/config_info.c |
33 | @@ -123,74 +123,6 @@ get_configdata(const char *my_exec_path, size_t *configdata_len) | 33 | @@ -38,7 +38,7 @@ |
34 | int i = 0; | ||
35 | |||
36 | /* Adjust this to match the number of items filled below */ | ||
37 | - *configdata_len = 23; | ||
38 | + *configdata_len = 14; | ||
39 | configdata = (ConfigData *) palloc(*configdata_len * sizeof(ConfigData)); | ||
40 | |||
41 | configdata[i].name = pstrdup("BINDIR"); | ||
42 | @@ -123,74 +123,6 @@ | ||
34 | configdata[i].setting = pstrdup(path); | 43 | configdata[i].setting = pstrdup(path); |
35 | i++; | 44 | i++; |
36 | 45 | ||