- 19 Oct, 2022 40 commits
-
-
Jakub Jirutka authored
-
Jakub Jirutka authored
gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -O2 -fomit-frame-pointer -fPIC repmgrd.o repmgrd-physical.o configdata.o configfile.o configfile-scan.o log.o dbutils.ostrutil.o controldata.o compat.o sysutils.o -L/usr/lib/postgresql14 -lpgcommon -lpgport -L/usr/lib -lpq -L/usr/lib -Wl,--as-needed,-O1,--sort-common -L/usr/lib/llvm14/lib -Wl,--as-needed -lpgcommon -lpgport -lxml2 -lssl -lcrypto -lz -lreadline -lm -o repmgrd /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lreadline: No such file or directory collect2: error: ld returned 1 exit status make: *** [Makefile:85: repmgrd] Error 1 make: *** Waiting for unfinished jobs.... /usr/lib/gcc/x86_64-alpine-linux-musl/12.2.1/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -lreadline: No such file or directory collect2: error: ld returned 1 exit status
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
Jakub Jirutka authored
-
alice authored
-
https://prismlauncher.org/ A custom launcher for Minecraft that allows you to easily manage multiple installations of Minecraft at once
-
alice authored
-
-
-
-
-
-
-
-
-
-
Ref: https://gitlab.gnome.org/GNOME/gtk/-/issues/5250 Fixes #14179
-
alice authored
previously, this was ensured to be removed in 92e9d504 so that python wouldn't build against gettext-libintl. this is because when python builds against intl support in an external library, it then requires -lintl to be usable for python3-config. however, musl has a valid gettext implementation, and when that is used via detecting it via the intl.h header from musl (musl-libtintl), no such -lintl is added to python3-config. so, we can fix some bugs and add the support via musl, which is what we should have always done (certainly it's better than `from locale import bunchofstuff` being unavailable).
-
-
-
alice authored
-
alice authored
-
-
-
Jakub Jirutka authored
-
alice authored
-
-
alice authored
-
-
-
alice authored
-
alice authored
-