diff options
Diffstat (limited to 'usrinst.sh')
-rwxr-xr-x | usrinst.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/bin/sh -./configure --prefix=/usr \ +CPPFLAGS=-DUSBINARY ./configure --prefix=/usr \ --disable-shared --enable-debug --without-conf --sysconfdir=/etc --with-vcl \ $* |