-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unicode * is toxic #4049
unicode * is toxic #4049
Conversation
failure is because LDFLAGS hasn't got our rpath in it. this is odd because we forcibly insert it with our cc shims |
explicit gcc means no shims, right? |
ohhh, right. rpath. grr. |
good error: |
70013f1
to
874e524
Compare
projects/postgresql.org/package.yml
Outdated
- -headerpad_max_install_names | ||
linux/x86-64: | ||
CFLAGS: | ||
- -fPIC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we add these in brewkit
projects/postgresql.org/package.yml
Outdated
@@ -40,8 +40,18 @@ build: | |||
- --with-lz4 | |||
- --with-libxml | |||
- --with-libxslt | |||
LDFLAGS: | |||
- -Wl,-rpath,{{pkgx.prefix}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added to brewkit 0.55.1
874e524
to
46ec9fb
Compare
nice tricks. No clue how you figured that out! |
it's always some set of the same tricks. i think tools get confused calling clang as gcc. though no one should. |
No description provided.