ports/net/asterisk11/files/patch-main__Makefile
Florian Smeets 92e116c94e - create missing directories before chowning them [1]
- asterisk depends on gmake so use gmake to run the menuselect.makeopts
  target [1]
- disable res_timing_kqueue module until we can figure out what's wrong
  with it [2]

Submitted by:	John Marino <draco@marino.st>  [1]
Reported by:	Ian FREISLICH <ianf@clue.co.za>, [2]
		Alejandro Imass <ait@p2ee.org>, [2]
		Amr Elsharqawi <aelsharqawi@live.com> [2]
2013-06-14 07:07:01 +00:00

15 lines
456 B
Text

--- main/Makefile.orig 2013-06-13 19:07:52.590762266 +0200
+++ main/Makefile 2013-06-13 19:07:24.770763707 +0200
@@ -215,9 +215,9 @@
endif
$(ECHO_PREFIX) echo " [LD] $^ -> $@"
$(CMD_PREFIX) $(CC) $(STATIC_BUILD) -o $@ $(CC_LDFLAGS_SO) $^ $(CC_LIBS)
-ifneq ($(LDCONFIG),)
- $(LDCONFIG) $(LDCONFIG_FLAGS) .
-endif
+#ifneq ($(LDCONFIG),)
+# $(LDCONFIG) $(LDCONFIG_FLAGS) .
+#endif
$(ASTSSL_LIB): $(ASTSSL_LIB).$(ASTSSL_SO_VERSION)
$(LN) -sf $< $@