mirror of
https://github.com/BioArchLinux/Packages.git
synced 2025-03-10 12:02:42 +00:00
mash: revert previous changes in PKGBUILD
This commit is contained in:
parent
52f772f7c9
commit
24084b7c92
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ prepare() {
|
|||
sed -i 's|@prefix@|$(DESTDIR)@prefix@|g' Makefile.in
|
||||
sed -i 's|-O3|-O2|g' Makefile.in
|
||||
sed -i '41s/$(CXXFLAGS)/$(CXXFLAGS) $(LDFLAGS)/' Makefile.in
|
||||
sed -i '3iLDFLAGS += -Wl,-O1,--sort-common,--as-needed,-plugin-opt=strip-lto-object,-z,relro,-z,now' Makefile.in
|
||||
# sed -i '3iLDFLAGS += -Wl,-O1,--sort-common,--as-needed,-plugin-opt=strip-lto-object,-z,relro,-z,now' Makefile.in
|
||||
sed -i '11i#include <stdint.h>' src/mash/Command.cpp
|
||||
sed -i '40i#include <limits>' src/mash/robin_hood.h
|
||||
autoupdate
|
||||
|
|
Loading…
Add table
Reference in a new issue