Skip to content
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

cmd should be quoted #65

Closed
ged opened this issue Apr 12, 2011 · 3 comments
Closed

cmd should be quoted #65

ged opened this issue Apr 12, 2011 · 3 comments

Comments

@ged
Copy link
Owner

ged commented Apr 12, 2011

Original report by Anonymous.


in extconf.rb at 13 and 14 lines:

#!ruby

$CPPFLAGS << " -I%s" % [ `"#{pgconfig}" --includedir`.chomp ]
$LDFLAGS << " -L%s" % [ `"#{pgconfig}" --libdir`.chomp ]
@ged
Copy link
Owner Author

ged commented Apr 13, 2011

Original comment by Michael Granger (Bitbucket: ged, GitHub: ged).


Thanks for your report. It'll be fixed in the next release.

@ged
Copy link
Owner Author

ged commented Apr 19, 2011

Original comment by Michael Granger (Bitbucket: ged, GitHub: ged).


Removing component: build-system (automated comment)

@ged
Copy link
Owner Author

ged commented May 4, 2011

Original comment by Michael Granger (Bitbucket: ged, GitHub: ged).


Quote the path to pg_config, since now we're using backticks instead of pipe+exec. Closes #65.

@ged ged closed this as completed May 4, 2011
@ged ged added this to the Pending milestone Oct 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant