From: <abe...@us...> - 2015-12-13 14:50:40
|
Revision: 7400 http://sourceforge.net/p/astlinux/code/7400 Author: abelbeck Date: 2015-12-13 14:50:37 +0000 (Sun, 13 Dec 2015) Log Message: ----------- asterisk-app_notify, add -fPIC so it builds for x86_64 Modified Paths: -------------- branches/1.0/package/asterisk-app_notify/Makefile.module Modified: branches/1.0/package/asterisk-app_notify/Makefile.module =================================================================== --- branches/1.0/package/asterisk-app_notify/Makefile.module 2015-12-12 22:10:51 UTC (rev 7399) +++ branches/1.0/package/asterisk-app_notify/Makefile.module 2015-12-13 14:50:37 UTC (rev 7400) @@ -40,4 +40,4 @@ $(CC) -shared $(LIBS) -o $@ $< %.o: %.c - $(CC) $(INCLUDE) -DAST_MODULE=\"$*\" -o $@ -c $< + $(CC) -fPIC $(INCLUDE) -DAST_MODULE=\"$*\" -o $@ -c $< This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |