netgroup / eclat-daemon

eCLAT (eBPF Chains Language And Toolset) daemon.
2 stars 0 forks source link

how to handle common files (for example .h) across multiple packages #30

Open hike-eclat opened 2 years ago

hike-eclat commented 2 years ago

in the temporary solution, I had a common contrib-src repository from where I was copying a given .h file in multiple package folders

note that if a .h is not available in the package folder, it is searched in the hike_v3 src folder hence for the .h related to the VM it is not a problem...

the potential problem is for the user packages...

hike-eclat commented 2 years ago

we could suggest a solution based on symbolic links

(ok for dockers running on a linux native system, some care is needed for dockers running on a windows system)