diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-13 17:15:01 +0200 |
commit | d2e5a673aa7637c990ca7307e831327eb67e3fe7 (patch) | |
tree | 70e2d421684317208dc94db354551aca749b3328 /package/opensips/Makefile | |
parent | a8259a651484f6dd5051a20e64f43ae27fc04613 (diff) | |
parent | 6d7a7f4776711758cf5b59028378f01cd8eba493 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/opensips/Makefile')
-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" \ |