diff options
author | Aron Xu <aron@debian.org> | 2012-06-05 01:40:20 +0800 |
---|---|---|
committer | Aron Xu <aron@debian.org> | 2012-06-05 01:40:20 +0800 |
commit | fb30f5f59aa3397e20e093dd18ed70b4ad19ef20 (patch) | |
tree | c5e9130b2c531b1d70d09ec5cb773ee36188f5aa | |
parent | 19bc5fcde2c3ac316776cfd0ffe5d813101643e2 (diff) | |
download | libxml2-fb30f5f59aa3397e20e093dd18ed70b4ad19ef20.tar.gz |
Avoid useless space to be blame for M-A
-rw-r--r-- | debian/patches/0002-modify-xml2-config-and-pkgconfig-behaviour.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/0002-modify-xml2-config-and-pkgconfig-behaviour.patch b/debian/patches/0002-modify-xml2-config-and-pkgconfig-behaviour.patch index cd89222..265b2e4 100644 --- a/debian/patches/0002-modify-xml2-config-and-pkgconfig-behaviour.patch +++ b/debian/patches/0002-modify-xml2-config-and-pkgconfig-behaviour.patch @@ -53,7 +53,7 @@ index 8a25962..bfda630 100644 .B \-\-libs Print the linker flags that are necessary to link a \fIGNOME-XML\fP program. diff --git a/xml2-config.in b/xml2-config.in -index 2989325..ce647e0 100644 +index 2989325..a33c3eb 100644 --- a/xml2-config.in +++ b/xml2-config.in @@ -15,6 +15,8 @@ Known values for OPTION are: @@ -82,7 +82,7 @@ index 2989325..ce647e0 100644 + if [ "$2" = "--static" ] + then + shift -+ LIBS="${LIBS} @Z_LIBS@ @BASE_THREAD_LIBS@ @THREAD_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@" ++ LIBS="${LIBS} @Z_LIBS@ @BASE_THREAD_LIBS@@THREAD_LIBS@ @ICONV_LIBS@ @M_LIBS@ @LIBS@" + fi + echo ${LIBS} ;; |