diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 14:56:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 14:56:04 +0200 |
commit | 6d7a7f4776711758cf5b59028378f01cd8eba493 (patch) | |
tree | 67cc0ff4f56a0d7e1deff1d0a39867d486c86a9b /package/opensips | |
parent | 18b38b0eb68cbcb8793efe989dcd8796a60288af (diff) |
FreeBSD compatibility patches
- update ipset and libpri to latest upstream
Diffstat (limited to 'package/opensips')
-rw-r--r-- | package/opensips/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/opensips/Makefile b/package/opensips/Makefile index db6d4b69d..ca8d995b4 100644 --- a/package/opensips/Makefile +++ b/package/opensips/Makefile @@ -90,6 +90,7 @@ do-build: TLS=1 \ NO_EPOLL=1 \ CC="$(TARGET_CC)" \ + OS="linux" \ ARCH="$(ARCH)" \ CFLAGS="$(TARGET_CFLAGS)" \ LOCALBASE="$(STAGING_DIR)/usr" \ |