- Jul 14, 2024
-
-
T.J. Townsend authored
-
- Dec 22, 2023
-
- Dec 21, 2023
-
-
loqs authored
Use single quoting to avoid shell variable expansion in the sed substitutions. Amend comment to reflect that DSO_LDFLAGS will be set to LDFLAGS from makepkg. This produces the following change in the modified Makefile: ``` < DSO_LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now-g -pthread -lm -lrt --- > DSO_LDFLAGS=$(LDFLAGS) ```
-
- Sep 04, 2022
-
- Aug 21, 2022
-
- Dec 20, 2021
-
- May 08, 2020
-
- Nov 18, 2018
-
- May 14, 2018
-
- Apr 03, 2018
-
- Nov 15, 2017
-
-
Evangelos Foutras authored
FTR, commands used to change arch=() and then verify the changes: $ sed -Ei "/^arch=/{s/ *?['\"]?i686['\"]? *?//;s/ *$//}" */*/PKGBUILD* $ grep -r i686 * | grep arch= | grep -v repos $ svn diff | grep -A 1 ^-[^-] | grep -v -- -- | cut -c2- | while IFS=$'\n' read -r l1; IFS=$'\n' read -r l2; do echo "$l1 -> $l2" done | sort -u
-
- Nov 01, 2017
-
- Oct 22, 2017
-
- Oct 06, 2017
-
- Apr 21, 2017
-
- Jan 21, 2017
-
- Jan 08, 2017
-
- Dec 29, 2016
-
- Dec 21, 2016
-
-
Jiachen Yang authored
- Oct 07, 2016
-
- Dec 09, 2015
-
- Nov 02, 2015
-
- Aug 22, 2015
-