diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:19:16 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-22 22:19:16 +0200 |
| commit | a01131d813946a99aa5206633a524855c3b6f58c (patch) | |
| tree | cb5ec95bac08a9f1c3831365498377a9484b3309 /package/opensips/Makefile | |
| parent | f18f19d6a59974f5a92a4f52c0539c2ec3da4f96 (diff) | |
fix make allmodconfig on mips (rb532)
Diffstat (limited to 'package/opensips/Makefile')
| -rw-r--r-- | package/opensips/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/opensips/Makefile b/package/opensips/Makefile index ca8d995b4..142570f14 100644 --- a/package/opensips/Makefile +++ b/package/opensips/Makefile @@ -92,7 +92,7 @@ do-build: CC="$(TARGET_CC)" \ OS="linux" \ ARCH="$(ARCH)" \ - CFLAGS="$(TARGET_CFLAGS)" \ + CFLAGS="$(TARGET_CFLAGS) -fPIC" \ LOCALBASE="$(STAGING_DIR)/usr" \ SYSBASE="$(STAGING_DIR)/usr" \ all modules |
