Continued work configuring nix flakes

This commit is contained in:
Andrew Rioux
2024-01-23 17:39:56 -05:00
parent 4905ab54f0
commit b2278cc8e8
7 changed files with 247 additions and 23 deletions

View File

@@ -14,7 +14,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
fn main() {
let dst = cmake::Config::new("libpcap")
let dst = cmake::Config::new(std::env!("SPARSE_BUILD_LIBPCAP"))
.define("BUILD_SHARED_LIBS", "OFF")
.define("BUILD_WITH_LIBNL", "OFF")
.define("DISABLE_BLUETOOTH", "ON")