1
0
mirror of https://git.sr.ht/~sircmpwn/gmni synced 2024-11-23 04:51:59 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Drew DeVault
57064dd01f all: rewrite with BearSSL rather than OpenSSL 2021-03-04 10:59:37 -05:00
Giuseppe Lumia
8796267c43 Fix incorrectly missing -g flag
On systems using dsymutil the check for the "-g" flag was failing not
because the compiler didn't provide it but because of `/dev/null`
being used as output file.
2021-01-18 15:29:51 -05:00
Giuseppe Lumia
4a6172f1bf Remove -D option from install commands
The '-D' option of `install` is not implemented on some systems that
don't use GNU install. Its uses were replaced with `mkdir -p` commands
to eventually provide the missing folders.
2020-11-06 10:05:43 -05:00
Giuseppe Lumia
1a747cb6c2 Fix install in case of missing docs compilation
Install on systems without `scdoc` was broken because `make install` was
attempting to install missing files.
2020-11-06 10:05:43 -05:00
Alexandre Oliveira
4134dc1b4a Check if pkg-config is valid before checking for libs 2020-11-02 14:11:39 -05:00
Cédric Hannotier
75087ce65f {var//pattern/replacement} is not POSIX compliant 2020-10-29 18:55:22 -04:00
Martijn Braam
122fb0a9fd Add static library for gmni 2020-10-24 13:41:07 -04:00
Eyal Sawady
d754f34e7e config.sh: add args for install directories 2020-09-24 10:33:29 -04:00
Drew DeVault
9f98e013a6 config.sh: remove project-specific code
Or reduce, really. Just makes this script easier to re-use elsewhere.
2020-09-23 10:20:32 -04:00
Drew DeVault
01567e578c Initial work for line-mode browser 2020-09-20 18:31:33 -04:00
Drew DeVault
b136eea98a Add man page 2020-09-20 14:44:30 -04:00
Drew DeVault
2e593cd48b config.sh: drop unused LIBSSL variable 2020-09-20 14:25:42 -04:00
Drew DeVault
abcb9caf86 Initial request riggings 2020-09-20 13:06:34 -04:00
Drew DeVault
ccec255833 Initial commit 2020-09-20 10:17:39 -04:00