DragonFlyBSD / DPorts

The dedicated application build system for DragonFly BSD
Other
89 stars 44 forks source link

TO-DO: add KERN_PROC_PATHNAME (kern sysctl) or getexecname() for chromium #61

Closed jrmarino closed 10 years ago

jrmarino commented 11 years ago

Like OpenBSD, DragonFly doesn't have a clean way of returning the executable path. Chromium wants this on base/base_path_posix.c.

Add this sysctl or function and then update chromium patch to use it, along with __DragonFly_version to degrade to old way.

jrmarino commented 10 years ago

ftigeot just added this capability