diff options
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 |