ossc-db / pg_store_plans

Store execution plans like pg_stat_statements does for queries.
http://ossc-db.github.io/pg_store_plans/
Other
53 stars 26 forks source link

Fix compiling error on Solaris #6

Closed sunwei-ch closed 2 years ago

sunwei-ch commented 4 years ago

The 'LDFLAGS+=-Wl,--build-id' option is for rpm building in Linux like OS. The SunOS is not native support the option 'LDFLAGS+=-Wl,--build-id' . So, disable this option in SunOS while compiling.

horiguti commented 2 years ago

Thanks! I blindly applied the fix.