diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-03 14:18:18 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-03 14:47:30 +0200 |
commit | 2745cca129a255030fcc468ac60f0e48d04c9313 (patch) | |
tree | 2756c757a98629274c57bd10a28db9b554ddd7b4 /libxslt | |
parent | fc1eaf33e01872cab3c9cdc534de12b32d028899 (diff) |
libxslt: remove usage of dmake remnant XSLTLIB
Change-Id: Idb5dc8d0036b99a71cd8c1c0e740939074cc1a48
Diffstat (limited to 'libxslt')
-rw-r--r-- | libxslt/libxslt-configure.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libxslt/libxslt-configure.patch b/libxslt/libxslt-configure.patch index 003cd2c0cf8d..6b189df5aa0d 100644 --- a/libxslt/libxslt-configure.patch +++ b/libxslt/libxslt-configure.patch @@ -73,7 +73,7 @@ -the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@" +#the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@" -+the_libs="-L${libdir} ${XSLTLIB} -lm" ++the_libs="-L${libdir} -lxslt -lm" if test "$includedir" != "/usr/include"; then the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`" else |