Build with --enable-dynamic to get -fPIC

This commit is contained in:
Tim Waugh 2005-06-03 17:21:32 +00:00
parent 0057c84fd1
commit 923b7d4a06
1 changed files with 1 additions and 2 deletions

View File

@ -93,7 +93,7 @@ from8859_1() {
for i in man/de/*.1; do from8859_1 "$i"; done
%build
%configure --with-ijs
%configure --with-ijs --enable-dynamic
# Build IJS
cd ijs
@ -211,7 +211,6 @@ rm -rf $RPM_BUILD_ROOT
- Switch to ESP Ghostscript.
- 8.15rc3.
- Lots of patches dropped. Perhaps some will need to be re-added.
- Add Mandriva's fPIC patch.
* Thu Mar 10 2005 Tim Waugh <twaugh@redhat.com> 7.07-40
- Build igcref.c with -O0 to work around bug #150771.