update php-apc to 3.0.16, disable pthread mutex's as they are on by default now.
git-svn-id: svn://svn.openwrt.org/openwrt/packages@10213 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5117dd0315
commit
2f35c6369e
@ -270,7 +270,7 @@ else
|
||||
PKG_CONFIGURE_OPTS+= --disable-xml
|
||||
endif
|
||||
ifneq ($(CONFIG_PACKAGE_php5-mod-apc),)
|
||||
PKG_CONFIGURE_OPTS+= --enable-apc --disable-apc-mmap
|
||||
PKG_CONFIGURE_OPTS+= --enable-apc --disable-apc-mmap --disable-apc-pthreadmutex
|
||||
PKG_CONFIGURE_LIBS+= -lrt
|
||||
else
|
||||
PKG_CONFIGURE_OPTS+= --disable-apc
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user