| Summary: | --without-opensc is not respected | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Stian Skjelstad <stian> | ||||||
| Component: | Build system | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | minor | ||||||||
| Priority: | P2 | ||||||||
| Version: | -current | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Attachments: |
|
||||||||
|
Description
Stian Skjelstad
2005-03-14 04:45:14 AEDT
Created attachment 854 [details]
configure.ac patch
Please try this patch to configure.ac
You will need to run autoconf with 2.52 or higher.
That will make --with-opensc not work unless you specify a prefix. But --without-opensc is respected. Created attachment 857 [details]
make path optional
So you would like to see the path optional?
Try this patch,
Yes, that should be it. People who doesn't care about prefix should be happy, and package-people who knows what they are doing and set the prefix should be happy. http://bugzilla.mindrot.org/show_bug.cgi?id=998 for upstream bug-report, and alternativ patch. sorry, wrong bugzilla window Thanks for the report. I've commited attachment (id=857) It will show up in the next snapshot. Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |