dect
/
asterisk
Archived
13
0
Fork 0

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

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@43213 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2006-09-18 19:54:46 +00:00
parent 5aacb6a82d
commit 832b801856
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ endef
define module_so_template
$(1)=$(1).so
$(1).so: CFLAGS+=-fpic
$(1).so: CFLAGS+=-fPIC
$(1).so: LIBS+=$(foreach dep,$(MENUSELECT_DEPENDS_$(1)),$$(value $(dep)_LIB))
$(1).so: LDFLAGS+=$(foreach dep,$(MENUSELECT_DEPENDS_$(1)),$$(value $(dep)_LDFLAGS))
$(1).so: $(2)