mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/openresolv: update to fix install location
Update to install in /sbin as expected by other applications
such as strongswan instead of /usr/sbin
Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit 4a0cf00e6b)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
8f56cc090d
commit
2c5b922470
@@ -10,8 +10,7 @@ OPENRESOLV_LICENSE = BSD-2-Clause
|
||||
OPENRESOLV_LICENSE_FILES = LICENSE
|
||||
|
||||
define OPENRESOLV_CONFIGURE_CMDS
|
||||
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --prefix=/usr \
|
||||
--sysconfdir=/etc
|
||||
cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure --sysconfdir=/etc
|
||||
endef
|
||||
|
||||
define OPENRESOLV_BUILD_CMDS
|
||||
|
||||
Reference in New Issue
Block a user