Build rpm
#110
Replies: 3 comments 1 reply
-
please, can you prepare pull request? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi
should be fixed now in master branch
Thank you for fixed spec file
Regards
Pavel
pá 13. 5. 2022 v 7:48 odesílatel Constantine Grischenko <
***@***.***> napsal:
… I haven't worked much with Git, so I don't know much about all of its
features.
—
Reply to this email directly, view it on GitHub
<#110 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEFO4ZPIO4MRA6UFQ7ZMJDVJXULNANCNFSM5VYRVO4Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Good day.
In order for me to be able to compile the rpm, I had to slightly change postgresql14-plpgsql_check.spec.
Changed:
USE_PGXS=1 make %{?_smp_mflags} -> make USE_PGXS=1 PG_CONFIG=%{pginstdir}/bin/pg_config %{?_smp_mflags}
make USE_PGXS=1 DESTDIR=%{buildroot} install -> make install DESTDIR=%{buildroot} PG_CONFIG=%{pginstdir}/bin/pg_config %{?_smp_mflags}
%{pginstdir}/share/extension/plpgsql_check--2.0.sql -> %{pginstdir}/share/extension/plpgsql_check--2.1.sql
Added:
%{pginstdir}/lib/bitcode/.bc
%{pginstdir}/lib/bitcode/plpgsql_check/src/.bc
%{pginstdir}/share/extension/*.control
Changed
Beta Was this translation helpful? Give feedback.
All reactions