Skip to content
Snippets Groups Projects
Commit 58ca54e6 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

revert this since, since some unnamed platforms are silly about it :-)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43213 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent fcb999c0
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ endef ...@@ -34,7 +34,7 @@ endef
define module_so_template define module_so_template
$(1)=$(1).so $(1)=$(1).so
$(1).so: CFLAGS+=-fpic $(1).so: CFLAGS+=-fPIC
$(1).so: LIBS+=$(foreach dep,$(MENUSELECT_DEPENDS_$(1)),$$(value $(dep)_LIB)) $(1).so: LIBS+=$(foreach dep,$(MENUSELECT_DEPENDS_$(1)),$$(value $(dep)_LIB))
$(1).so: LDFLAGS+=$(foreach dep,$(MENUSELECT_DEPENDS_$(1)),$$(value $(dep)_LDFLAGS)) $(1).so: LDFLAGS+=$(foreach dep,$(MENUSELECT_DEPENDS_$(1)),$$(value $(dep)_LDFLAGS))
$(1).so: $(2) $(1).so: $(2)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment