libsasl: switch patches with Arch.
This commit is contained in:
parent
d8316ad893
commit
07bd1e45db
10 changed files with 266 additions and 26 deletions
|
@ -1,23 +1,11 @@
|
|||
--- include/Makefile.in.orig 2013-05-05 11:00:08.859341666 +0200
|
||||
+++ include/Makefile.in 2013-05-05 11:01:00.041995963 +0200
|
||||
@@ -113,14 +113,14 @@ DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top
|
||||
depcomp = $(SHELL) $(top_srcdir)/config/depcomp
|
||||
am__depfiles_maybe = depfiles
|
||||
am__mv = mv -f
|
||||
-COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
- $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
+COMPILE = cc $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
||||
+ $(CPPFLAGS) $(AM_CFLAGS) $(HOSTCFLAGS)
|
||||
LTCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
|
||||
- --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
- $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
||||
-CCLD = $(CC)
|
||||
+ --mode=compile cc $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
||||
+ $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(HOSTCFLAGS)
|
||||
+CCLD = cc
|
||||
LINK = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link \
|
||||
- $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
||||
+ $(CCLD) $(AM_CFLAGS) $(HOSTCFLAGS) $(AM_LDFLAGS) -o $@
|
||||
SOURCES = $(makemd5_SOURCES)
|
||||
DIST_SOURCES = $(makemd5_SOURCES)
|
||||
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
|
||||
--- a/include/Makefile.am.orig 2014-07-25 16:11:53.760645554 +0200
|
||||
+++ b/include/Makefile.am 2014-07-25 16:12:05.961050991 +0200
|
||||
@@ -49,6 +49,8 @@ saslinclude_HEADERS = hmac-md5.h md5.h m
|
||||
|
||||
noinst_PROGRAMS = makemd5
|
||||
|
||||
+CC = cc
|
||||
+CFLAGS = -O2
|
||||
makemd5_SOURCES = makemd5.c
|
||||
|
||||
md5global.h: makemd5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue