Github user radarwave commented on the issue:

    https://github.com/apache/incubator-hawq/pull/1184
  
    They are all generated by 'pg_config', they should not be relative PATH. 
    
    
    # Extension makefiles should set PG_CONFIG, but older ones might not
    ifndef PG_CONFIG
    PG_CONFIG = pg_config
    endif
    
    bindir := $(shell $(PG_CONFIG) --bindir)
    datadir := $(shell $(PG_CONFIG) --sharedir)
    sysconfdir := $(shell $(PG_CONFIG) --sysconfdir)
    libdir := $(shell $(PG_CONFIG) --libdir)
    pkglibdir := $(shell $(PG_CONFIG) --pkglibdir)
    includedir := $(shell $(PG_CONFIG) --includedir)
    pkgincludedir := $(shell $(PG_CONFIG) --pkgincludedir)
    mandir := $(shell $(PG_CONFIG) --mandir)
    docdir := $(shell $(PG_CONFIG) --docdir)
    localedir := $(shell $(PG_CONFIG) --localedir)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to