diff mbox series

[1/1] package/neon: drop unrecognized rpath option

Message ID 20240324123159.527191-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/neon: drop unrecognized rpath option | expand

Commit Message

Fabrice Fontaine March 24, 2024, 12:31 p.m. UTC
rpath is an unrecognized option since the addition of the package in
commit 59a9c02e1355bcd630a207e8be319a044597ad1d

Fixes: 59a9c02e1355bcd630a207e8be319a044597ad1d

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/neon/neon.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle March 24, 2024, 2:57 p.m. UTC | #1
On 24/03/2024 13:31, Fabrice Fontaine wrote:
> rpath is an unrecognized option since the addition of the package in
> commit 59a9c02e1355bcd630a207e8be319a044597ad1d
> 
> Fixes: 59a9c02e1355bcd630a207e8be319a044597ad1d
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/neon/neon.mk | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/neon/neon.mk b/package/neon/neon.mk
> index 96ee608780..93870b9966 100644
> --- a/package/neon/neon.mk
> +++ b/package/neon/neon.mk
> @@ -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_CPE_ID_VENDOR = webdav
>   NEON_INSTALL_STAGING = YES
> -NEON_CONF_OPTS = --without-gssapi --disable-rpath
> +NEON_CONF_OPTS = --without-gssapi
>   NEON_CONFIG_SCRIPTS = neon-config
>   NEON_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES)
>   NEON_CONF_ENV = ne_cv_libsfor_bindtextdomain=$(TARGET_NLS_LIBS)
Peter Korsgaard March 25, 2024, 8:20 a.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > rpath is an unrecognized option since the addition of the package in
 > commit 59a9c02e1355bcd630a207e8be319a044597ad1d

 > Fixes: 59a9c02e1355bcd630a207e8be319a044597ad1d

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2024.02.x, thanks.
diff mbox series

Patch

diff --git a/package/neon/neon.mk b/package/neon/neon.mk
index 96ee608780..93870b9966 100644
--- a/package/neon/neon.mk
+++ b/package/neon/neon.mk
@@ -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_CPE_ID_VENDOR = webdav
 NEON_INSTALL_STAGING = YES
-NEON_CONF_OPTS = --without-gssapi --disable-rpath
+NEON_CONF_OPTS = --without-gssapi
 NEON_CONFIG_SCRIPTS = neon-config
 NEON_DEPENDENCIES = host-pkgconf $(TARGET_NLS_DEPENDENCIES)
 NEON_CONF_ENV = ne_cv_libsfor_bindtextdomain=$(TARGET_NLS_LIBS)