execline: remove --shebangdir configure option
authorArnout Vandecappelle <arnout@mind.be>
Wed, 5 Jul 2017 11:14:53 +0000 (13:14 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 5 Jul 2017 14:06:55 +0000 (16:06 +0200)
The host build passes the --shebangdir configure option, the target
build doesn't.  With the removal of $(HOST_DIR)/usr, it is not clear
if this should be /bin or /usr/bin or $(HOST_DIR)/bin. Looking at the
source code, it turns out that this variable is not used at all, and
/usr/bin doesn't appear anywhere in the installed files.

Since it is not clear what this option should be set to, and it
anyway doesn't do anything, remove it entirely.

Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/execline/execline.mk

index 50c3fca3f50d8bc6f531ed35479c9ba6e770181e..d3d69a85d97ce43ecbafc1740504eb6e211dcfa9 100644 (file)
@@ -46,7 +46,6 @@ HOST_EXECLINE_DEPENDENCIES = host-skalibs
 
 HOST_EXECLINE_CONF_OPTS = \
        --prefix=$(HOST_DIR) \
-       --shebangdir=/usr/bin \
        --with-sysdeps=$(HOST_DIR)/lib/skalibs/sysdeps \
        --with-include=$(HOST_DIR)/include \
        --with-dynlib=$(HOST_DIR)/lib \