2 changed files with 9 additions and 9 deletions
@ -1,11 +1,11 @@
|
||||
Index: Makefile
|
||||
--- Makefile.orig 2017-04-22 05:45:24.000000000 +0200
|
||||
+++ Makefile 2017-10-31 09:45:04.085921000 +0100
|
||||
@@ -6,6 +6,7 @@
|
||||
CFLAGS_DEFAULT= -O2
|
||||
--- Makefile.orig 2020-04-06 08:28:22.018982000 +0200
|
||||
+++ Makefile 2020-04-06 08:28:40.419009000 +0200
|
||||
@@ -12,6 +12,7 @@
|
||||
### Shared code between Tarsnap projects.
|
||||
|
||||
all: cpusupport-config.h
|
||||
all: cflags-filter.sh cpusupport-config.h posix-flags.sh
|
||||
+ export CC="$${CC}}"; \
|
||||
export CFLAGS="$${CFLAGS:-${CFLAGS_DEFAULT}}"; \
|
||||
export LDADD_POSIX=`export CC="${CC}"; cd libcperciva/POSIX && command -p sh posix-l.sh "$$PATH"`; \
|
||||
export CFLAGS_POSIX=`export CC="${CC}"; cd libcperciva/POSIX && command -p sh posix-cflags.sh "$$PATH"`; \
|
||||
. ./posix-flags.sh; \
|
||||
. ./cpusupport-config.h; \
|
||||
|
Loading…
Reference in new issue