SOURCES: enca-libdir.patch (NEW) - kill -L/usr/lib hardcoding in l...

pluto pluto at pld-linux.org
Sun Apr 16 13:44:10 CEST 2006


Author: pluto                        Date: Sun Apr 16 11:44:10 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill -L/usr/lib hardcoding in libenca.la.

---- Files affected:
SOURCES:
   enca-libdir.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/enca-libdir.patch
diff -u /dev/null SOURCES/enca-libdir.patch:1.1
--- /dev/null	Sun Apr 16 13:44:10 2006
+++ SOURCES/enca-libdir.patch	Sun Apr 16 13:44:05 2006
@@ -0,0 +1,18 @@
+--- enca-1.9/configure.ac.orig	2005-12-18 13:07:46.000000000 +0100
++++ enca-1.9/configure.ac	2006-04-16 13:25:58.000000000 +0200
+@@ -95,15 +95,6 @@
+ dnl Check for good random number sources
+ AC_CHECK_FILES(/dev/random /dev/urandom /dev/srandom /dev/arandom)
+ 
+-dnl Dirty path hack.  Helps some people with badly set up search paths.
+-if test "$prefix" = "NONE"; then
+-  LDFLAGS="$LDFLAGS -L$ac_default_prefix/lib"
+-  CPPFLAGS="$CPPFLAGS -I$ac_default_prefix/include"
+-else
+-  LDFLAGS="$LDFLAGS -L$prefix/lib"
+-  CPPFLAGS="$CPPFLAGS -I$prefix/include"
+-fi
+-
+ dnl Checks for libraries.
+ ye_CHECK_LIBM
+ 
================================================================


More information about the pld-cvs-commit mailing list