Package: flite Severity: important Version: 1.2-release-2.3 Tags: patch User: [EMAIL PROTECTED] Usertags: kfreebsd
Hi, the current version fails to correctly build on GNU/kFreeBSD. It have to pass "-fPIC" when building shared libraries. Please use patch bellow for configure.in/configure. It currently breaks building of at least brltty. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- configure.in~ 2008-08-02 21:02:23.000000000 +0000 +++ configure.in 2008-08-02 21:02:23.000000000 +0000 @@ -61,7 +61,7 @@ OTHERLIBS= if test "$shared" = true; then case "$host_os" in - linux*) + linux*|kfreebsd*) SHFLAGS="-fPIC" ;; solaris*) --- configure~ 2008-08-02 21:02:41.000000000 +0000 +++ configure 2008-08-02 21:02:41.000000000 +0000 @@ -1113,7 +1113,7 @@ OTHERLIBS= if test "$shared" = true; then case "$host_os" in - linux*) + linux*|kfreebsd*) SHFLAGS="-fPIC" ;; solaris*) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]