All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/qpdf: fix 'no such file' exeption
@ 2020-05-01 15:51 Alexey Lukyanchuk
  2020-05-01 19:36 ` Yann E. MORIN
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Lukyanchuk @ 2020-05-01 15:51 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>
---
 package/qpdf/qpdf.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qpdf/qpdf.mk b/package/qpdf/qpdf.mk
index ac703d716e..fd31140b0c 100644
--- a/package/qpdf/qpdf.mk
+++ b/package/qpdf/qpdf.mk
@@ -11,7 +11,7 @@ QPDF_LICENSE = Apache-2.0 or Artistic-2.0
 QPDF_LICENSE_FILES = LICENSE.txt Artistic-2.0
 QPDF_DEPENDENCIES = host-pkgconf zlib jpeg
 
-QPDF_CONF_OPTS = --without-random
+QPDF_CONF_OPTS = --with-random=/dev/urandom
 
 ifeq ($(BR2_PACKAGE_GNUTLS),y)
 QPDF_CONF_OPTS += --enable-crypto-gnutls
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/qpdf: fix 'no such file' exeption
  2020-05-01 15:51 [Buildroot] [PATCH 1/1] package/qpdf: fix 'no such file' exeption Alexey Lukyanchuk
@ 2020-05-01 19:36 ` Yann E. MORIN
  2020-05-01 19:39   ` Alexey Lukyanchuk
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Yann E. MORIN @ 2020-05-01 19:36 UTC (permalink / raw)
  To: buildroot

Alexey, All,

On 2020-05-01 18:51 +0300, Alexey Lukyanchuk spake thusly:
> Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>

Your previous iteration had a good commit log, so I took it for this
commit, reworded it a bit, and applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/qpdf/qpdf.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/qpdf/qpdf.mk b/package/qpdf/qpdf.mk
> index ac703d716e..fd31140b0c 100644
> --- a/package/qpdf/qpdf.mk
> +++ b/package/qpdf/qpdf.mk
> @@ -11,7 +11,7 @@ QPDF_LICENSE = Apache-2.0 or Artistic-2.0
>  QPDF_LICENSE_FILES = LICENSE.txt Artistic-2.0
>  QPDF_DEPENDENCIES = host-pkgconf zlib jpeg
>  
> -QPDF_CONF_OPTS = --without-random
> +QPDF_CONF_OPTS = --with-random=/dev/urandom
>  
>  ifeq ($(BR2_PACKAGE_GNUTLS),y)
>  QPDF_CONF_OPTS += --enable-crypto-gnutls
> -- 
> 2.17.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/qpdf: fix 'no such file' exeption
  2020-05-01 19:36 ` Yann E. MORIN
@ 2020-05-01 19:39   ` Alexey Lukyanchuk
  2020-05-01 19:44   ` Alexey Lukyanchuk
  2020-05-10 19:13   ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Alexey Lukyanchuk @ 2020-05-01 19:39 UTC (permalink / raw)
  To: buildroot

Yann, All


--?
Regards,
Alexey Lukyanchuk
skif at skif-web.ru


01.05.2020, 22:36, "Yann E. MORIN" <yann.morin.1998@free.fr>:
> Alexey, All,
>
> On 2020-05-01 18:51 +0300, Alexey Lukyanchuk spake thusly:
>> ?Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>
>
> Your previous iteration had a good commit log, so I took it for this
> commit, reworded it a bit, and applied to master, thanks.
>
> Regards,
> Yann E. MORIN.
>
>> ?---
>> ??package/qpdf/qpdf.mk | 2 +-
>> ??1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> ?diff --git a/package/qpdf/qpdf.mk b/package/qpdf/qpdf.mk
>> ?index ac703d716e..fd31140b0c 100644
>> ?--- a/package/qpdf/qpdf.mk
>> ?+++ b/package/qpdf/qpdf.mk
>> ?@@ -11,7 +11,7 @@ QPDF_LICENSE = Apache-2.0 or Artistic-2.0
>> ??QPDF_LICENSE_FILES = LICENSE.txt Artistic-2.0
>> ??QPDF_DEPENDENCIES = host-pkgconf zlib jpeg
>>
>> ?-QPDF_CONF_OPTS = --without-random
>> ?+QPDF_CONF_OPTS = --with-random=/dev/urandom
>>
>> ??ifeq ($(BR2_PACKAGE_GNUTLS),y)
>> ??QPDF_CONF_OPTS += --enable-crypto-gnutls
>> ?--
>> ?2.17.1
>>
>> ?_______________________________________________
>> ?buildroot mailing list
>> ?buildroot at busybox.net
>> ?http://lists.busybox.net/mailman/listinfo/buildroot
>
> --
> .-----------------.--------------------.------------------.--------------------.
> | Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
> | +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
> | +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
> | http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
> '------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/qpdf: fix 'no such file' exeption
  2020-05-01 19:36 ` Yann E. MORIN
  2020-05-01 19:39   ` Alexey Lukyanchuk
@ 2020-05-01 19:44   ` Alexey Lukyanchuk
  2020-05-10 19:13   ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Alexey Lukyanchuk @ 2020-05-01 19:44 UTC (permalink / raw)
  To: buildroot

An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20200501/58beb954/attachment.html>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Buildroot] [PATCH 1/1] package/qpdf: fix 'no such file' exeption
  2020-05-01 19:36 ` Yann E. MORIN
  2020-05-01 19:39   ` Alexey Lukyanchuk
  2020-05-01 19:44   ` Alexey Lukyanchuk
@ 2020-05-10 19:13   ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2020-05-10 19:13 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > Alexey, All,
 > On 2020-05-01 18:51 +0300, Alexey Lukyanchuk spake thusly:
 >> Signed-off-by: Alexey Lukyanchuk <skif@skif-web.ru>

 > Your previous iteration had a good commit log, so I took it for this
 > commit, reworded it a bit, and applied to master, thanks.

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-05-10 19:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01 15:51 [Buildroot] [PATCH 1/1] package/qpdf: fix 'no such file' exeption Alexey Lukyanchuk
2020-05-01 19:36 ` Yann E. MORIN
2020-05-01 19:39   ` Alexey Lukyanchuk
2020-05-01 19:44   ` Alexey Lukyanchuk
2020-05-10 19:13   ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.