aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1999-08-02 05:28:54 +0000
committerEric S. Raymond <esr@thyrsus.com>1999-08-02 05:28:54 +0000
commit7cd8c4f5233ec94344a340d219eae92db1b3038c (patch)
tree3d372b9947122c3c7b49f8c0e69912cb20d18ba2 /specgen.sh
parent6b3e8f0274065b92f5ba9da83afab934e0038f9f (diff)
downloadfetchmail-7cd8c4f5233ec94344a340d219eae92db1b3038c.tar.gz
fetchmail-7cd8c4f5233ec94344a340d219eae92db1b3038c.tar.bz2
fetchmail-7cd8c4f5233ec94344a340d219eae92db1b3038c.zip
Flag changes from Horst von Brand.
svn path=/trunk/; revision=2532
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index 697c8f99..415df43d 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -112,7 +112,8 @@ GUI konfigurator do fetchmaila napisany w pythonie.
%build
CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" # Add --enable-nls --without-included-gettext for internationalization
-./configure
+export CFLAGS LDFLAGS
+./configure -prefix=/usr
make
%install