mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 21:43:30 +08:00
package/neon: drop unrecognized rpath option
rpath is an unrecognized option since the addition of the package in commit59a9c02e13
Fixes:59a9c02e13
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
This commit is contained in:
parent
00f7bd06d6
commit
f85a1eb173
@ -10,7 +10,7 @@ NEON_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (manual and tests)
|
|||||||
NEON_LICENSE_FILES = src/COPYING.LIB test/COPYING README.md
|
NEON_LICENSE_FILES = src/COPYING.LIB test/COPYING README.md
|
||||||
NEON_CPE_ID_VENDOR = webdav
|
NEON_CPE_ID_VENDOR = webdav
|
||||||
NEON_INSTALL_STAGING = YES
|
NEON_INSTALL_STAGING = YES
|
||||||
NEON_CONF_OPTS = --without-gssapi --disable-rpath
|
NEON_CONF_OPTS = --without-gssapi
|
||||||
NEON_CONFIG_SCRIPTS = neon-config
|
NEON_CONFIG_SCRIPTS = neon-config
|
||||||
NEON_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES)
|
NEON_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES)
|
||||||
NEON_CONF_ENV = ne_cv_libsfor_bindtextdomain=$(TARGET_NLS_LIBS)
|
NEON_CONF_ENV = ne_cv_libsfor_bindtextdomain=$(TARGET_NLS_LIBS)
|
||||||
|
Loading…
Reference in New Issue
Block a user