2020-01-30 19:19:17 +01:00
|
|
|
diff -uNr alpine-2.22/imap/src/osdep/unix/Makefile alpine-2.22.mod/imap/src/osdep/unix/Makefile
|
|
|
|
--- alpine-2.22/imap/src/osdep/unix/Makefile 2020-01-19 10:32:22.615427440 +0200
|
|
|
|
+++ alpine-2.22.mod/imap/src/osdep/unix/Makefile 2020-01-30 20:13:29.529329050 +0200
|
|
|
|
@@ -133,7 +133,7 @@
|
|
|
|
# Commands possibly overridden by the individual port
|
2016-04-14 23:17:53 +02:00
|
|
|
|
2020-01-30 19:19:17 +01:00
|
|
|
ARRC=ar rc
|
2016-04-14 23:17:53 +02:00
|
|
|
-CC=cc
|
2020-01-30 19:19:17 +01:00
|
|
|
+CC?=cc
|
2016-04-14 23:17:53 +02:00
|
|
|
LN=ln -s
|
2020-01-30 19:19:17 +01:00
|
|
|
RANLIB=ranlib
|
2016-12-21 03:02:46 +01:00
|
|
|
|