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

View File

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