From: Stelian Pop Date: Fri, 30 Jun 2000 09:13:39 +0000 (+0000) Subject: Enabled static readline restore. X-Git-Tag: release_0_4b18 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=093ed98c1ac7113637ed29571801a90cb4fa39dd;hp=5e04cc92ff552a5df28ce755598ecc22cdb80b97;p=dump.git Enabled static readline restore. --- diff --git a/dump.spec b/dump.spec index 98f34b8..15899b1 100644 --- a/dump.spec +++ b/dump.spec @@ -52,7 +52,7 @@ This packages contains statically linked versions of dump and restore. %build -./configure --prefix=/usr --with-binmode=0755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static +./configure --prefix=/usr --with-binmode=0755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static --enable-readline make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"