diff testharness/Cargo.toml @ 169:77470e45e397

Set up stuff to work the way Sun expects it to. This sets up PAM to use pam_authtok_get.so on Sun machines.
author Paul Fisher <paul@pfish.zone>
date Tue, 15 Jul 2025 01:32:21 -0400
parents efbc235f01d3
children 9925fa14021b
line wrap: on
line diff
--- a/testharness/Cargo.toml	Tue Jul 15 00:56:01 2025 -0400
+++ b/testharness/Cargo.toml	Tue Jul 15 01:32:21 2025 -0400
@@ -12,6 +12,7 @@
 crate-type = ["cdylib"]
 
 [features]
+default = ["basic-ext"]
 basic-ext = ["nonstick/basic-ext"]
 linux-pam-ext = ["nonstick/linux-pam-ext"]
 openpam-ext = ["nonstick/openpam-ext"]
@@ -19,7 +20,7 @@
 test-install = []
 
 [dependencies]
-nonstick = { path = ".." }
+nonstick = { path = "..", features = ["link"], default-features = false }
 
 [dev-dependencies]
 anyhow = "1.0.98"