diff options
author | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-20 21:31:08 +0100 |
---|---|---|
committer | waldemar brodkorb <wbx@debian-lenny-amd64.foo.bar> | 2010-01-20 21:31:08 +0100 |
commit | 68bb17312be33ae09255737dde26a93663cfc2ba (patch) | |
tree | 71b0c26cf47124fe20e95d5eebeef5c300f28c66 /package/quagga | |
parent | a154a4cae1b78e68f4421142e7f2e77c85db4754 (diff) |
fix allmodconfig for foxboard
Diffstat (limited to 'package/quagga')
-rw-r--r-- | package/quagga/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/quagga/Makefile b/package/quagga/Makefile index b5985255d..0f57fb919 100644 --- a/package/quagga/Makefile +++ b/package/quagga/Makefile @@ -41,6 +41,7 @@ CONFIGURE_ARGS+= --localstatedir=/var/run/quagga \ --enable-vtysh \ --enable-user=quagga \ --enable-group=quagga \ + --disable-pie \ --enable-multipath=8 BUILD_STYLE:= auto INSTALL_STYLE:= auto |