diff options
| -rw-r--r-- | package/libpjsip/libpjsip.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libpjsip/libpjsip.mk b/package/libpjsip/libpjsip.mk index 70dd4aa247..eb50f00677 100644 --- a/package/libpjsip/libpjsip.mk +++ b/package/libpjsip/libpjsip.mk @@ -52,7 +52,7 @@ LIBPJSIP_CONF_OPTS = \ --disable-ipp \ --disable-ssl \ --disable-silk \ - --with-external-srtp=$(STAGING_DIR)/usr + --with-external-srtp # Note: aconfigure.ac is broken: --enable-epoll or --disable-epoll will # both enable it. But that's OK, epoll is better than the alternative, |

