On Mon, Jan 4, 2021 at 5:36 AM Hannu Nyman wrote:
>
> Rosen Penev kirjoitti 4.1.2021 klo 10.31:
> > On Sun, Jan 3, 2021 at 11:35 PM Bjørn Mork wrote:
> >> Rosen Penev writes:
> >>
> >>> ...
> >>>
> >>> @@ -48,11 +47,15 @@ endef
> >>> CMAKE_OPTIONS += \
> >>>-DBUILD_SHARED_LIBS=ON \
> >
Rosen Penev kirjoitti 4.1.2021 klo 10.31:
On Sun, Jan 3, 2021 at 11:35 PM Bjørn Mork wrote:
Rosen Penev writes:
...
@@ -48,11 +47,15 @@ endef
CMAKE_OPTIONS += \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_WITH_LIBNL=OFF \
+ -DINET6=O$(if $(CONFIG_IPV6),N,FF)
# grep 'option(DISAB
> > And where did CONFIG_PCAP_HAS_NETFILTER go?
> Oversight. Will add.
> >
> > I don't understand why you do these unnecessary style changes while
> > updating package versions. You're obviously not testing them. And you
> > do add bugs. But whatever.
While one can discuss about the tone, there i
On Sun, Jan 3, 2021 at 11:35 PM Bjørn Mork wrote:
>
> Rosen Penev writes:
>
> > Simplify cmake option handling by putting everything in blocks.
> >
> > Add openssl patch as there's no easy way to disable.
> >
> > Rebase the skip manpages patch.
> >
> > Remove the monitor mode patch as it no longe
Rosen Penev writes:
> Simplify cmake option handling by putting everything in blocks.
>
> Add openssl patch as there's no easy way to disable.
>
> Rebase the skip manpages patch.
>
> Remove the monitor mode patch as it no longer applies.
>
> Remove flex patch as normal Makefile is no longer used.