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/portmap | |
parent | f18f19d6a59974f5a92a4f52c0539c2ec3da4f96 (diff) |
fix make allmodconfig on mips (rb532)
Diffstat (limited to 'package/portmap')
-rw-r--r-- | package/portmap/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/portmap/Makefile b/package/portmap/Makefile index a1864a135..d6ffd9404 100644 --- a/package/portmap/Makefile +++ b/package/portmap/Makefile @@ -29,6 +29,7 @@ else MAKE_FLAGS+= NO_TCP_WRAPPER=1 endif TCPPFLAGS+= -DDAEMON_UID=20 -DDAEMON_GID=20 +TCFLAGS+= -fPIC BUILD_STYLE:= auto MAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} \ CFLAGS='${TCFLAGS}' |