bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 2/3] rumpdisk: Link with rumpvfs_nofifofs


From: Damien Zammit
Subject: Re: [PATCH 2/3] rumpdisk: Link with rumpvfs_nofifofs
Date: Mon, 20 Dec 2021 18:10:28 +1100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0

Hi,

On 20/12/21 4:05 am, Samuel Thibault wrote:
> Again, why is this needed?

This is needed because the newer librump broke out some of the symbols to a 
different library,
so I think we need to link with it, (or possibly an alternative).

> Damien Zammit, le sam. 18 déc. 2021 17:08:46 +1100, a ecrit:
>> ---
>>  rumpdisk/Makefile | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/rumpdisk/Makefile b/rumpdisk/Makefile
>> index cf7c9df0..0bfebfe6 100644
>> --- a/rumpdisk/Makefile
>> +++ b/rumpdisk/Makefile
>> @@ -16,7 +16,7 @@
>>  #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
>>  
>>  RUMPPATH=/usr/lib
>> -RUMPLIBS=rump rumpuser rumpdev rumpdev_disk rumpdev_pci rumpvfs 
>> rumpdev_ahcisata
>> +RUMPLIBS=rump rumpuser rumpdev rumpdev_disk rumpdev_pci rumpvfs 
>> rumpdev_ahcisata rumpvfs_nofifofs
>>  RUMPEXTRA=rumpdev_scsipi
>>  
>>  dir := rumpdisk
>> -- 
>> 2.33.1
>>
>>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]