Update of /cvs/debian-openoffice/libhnj-deb/debian In directory gluck:/tmp/cvs-serv21024
Modified Files: changelog rules Log Message: build altlinuxhyph library with -fPIC Index: changelog =================================================================== RCS file: /cvs/debian-openoffice/libhnj-deb/debian/changelog,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- changelog 10 Apr 2004 21:07:50 -0000 1.8 +++ changelog 20 Jul 2004 15:22:36 -0000 1.9 @@ -1,3 +1,9 @@ +libhnj (0.1.1-6) unstable; urgency=low + + * build altlinuxhyph library with -fPIC + + -- Rene Engelhard <[EMAIL PROTECTED]> Mon, 19 Jul 2004 12:03:51 +0200 + libhnj (0.1.1-5) unstable; urgency=low * check for sparc-linux instead of sparc when setting the compiler Index: rules =================================================================== RCS file: /cvs/debian-openoffice/libhnj-deb/debian/rules,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- rules 10 Apr 2004 21:07:50 -0000 1.4 +++ rules 20 Jul 2004 15:22:36 -0000 1.5 @@ -53,9 +53,9 @@ patch -p0 < debian/altlinuxhyph.diff # build altlinuxhyph library $(CC) -DHAVE_CONFIG_H -I. -I. -I. $(CFLAGS) -DUNX -fsigned-char -ansi \ - -pedantic -c hyphen.c + -pedantic -fPIC -c hyphen.c $(CC) -DHAVE_CONFIG_H -I. -I. -I. $(CFLAGS) -DUNX -fsigned-char -ansi \ - -pedantic -c hnjalloc.c + -pedantic -fPIC -c hnjalloc.c ar -rc libhnj.a hnjalloc.o hyphen.o ranlib libhnj.a # unapply patch