Control: tags -1 moreinfo On Sun, May 18, 2025 at 10:34:59PM +0200, John Paul Adrian Glaubitz wrote: > wpewebkit is based on WebKit and therefore needs the same workaround > as webkit2gtk in #1101547 [1] to build on alpha: > > +ifneq (,$(filter $(DEB_HOST_ARCH),alpha)) > + CPPFLAGS += -mlarge-data -mlarge-text > +endif
I did this last month already: https://salsa.debian.org/webkit-team/webkit/-/commit/abaa40b5b4b87a5f45702bea2e99ff2b23ef07ba https://salsa.debian.org/webkit-team/webkit/-/blob/wpe/debian/2.48.2-1/debian/rules?ref_type=tags#L57 Berto