]> git.pld-linux.org Git - packages/uriparser.git/commitdiff
- new auto/th/uriparser-0_3_3-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 19 Apr 2007 09:15:11 +0000 (09:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uriparser-libtool.patch -> 1.1

uriparser-libtool.patch [new file with mode: 0644]

diff --git a/uriparser-libtool.patch b/uriparser-libtool.patch
new file mode 100644 (file)
index 0000000..a3c59e7
--- /dev/null
@@ -0,0 +1,45 @@
+diff -urN uriparser-0.3.3.org/configure.in uriparser-0.3.3/configure.in
+--- uriparser-0.3.3.org/configure.in   2007-04-03 19:22:00.000000000 +0200
++++ uriparser-0.3.3/configure.in       2007-04-19 11:07:31.987494518 +0200
+@@ -6,7 +6,7 @@
+ AC_PROG_CC
+ AC_PROG_CXX
+-AC_PROG_RANLIB
++AC_PROG_LIBTOOL
+ AC_HEADER_STDC
+diff -urN uriparser-0.3.3.org/Makefile.am uriparser-0.3.3/Makefile.am
+--- uriparser-0.3.3.org/Makefile.am    2007-04-03 19:10:27.000000000 +0200
++++ uriparser-0.3.3/Makefile.am        2007-04-19 11:12:12.314735089 +0200
+@@ -1,7 +1,7 @@
+ ## Makefile.am
+ AUTOMAKE_OPTIONS = dist-zip dist-bzip2
+-lib_LIBRARIES = liburiparser.a
++lib_LTLIBRARIES = liburiparser.la
+ noinst_PROGRAMS = test/uriparser_test
+ TESTS = test/uriparser_test
+@@ -28,9 +28,9 @@
+-liburiparser_a_CFLAGS = -Iinclude
++liburiparser_la_CFLAGS = -Iinclude
+-liburiparser_a_SOURCES = \
++liburiparser_la_SOURCES = \
+       lib/Uri.c \
+       lib/UriBase.c \
+       lib/UriIp4.c \
+@@ -40,7 +40,7 @@
+ test_uriparser_test_CPPFLAGS = -Iinclude
+-test_uriparser_test_LDADD = -luriparser
++test_uriparser_test_LDADD = $(top_builddir)/liburiparser.la
+ test_uriparser_test_LDFLAGS = -L.
+ test_uriparser_test_SOURCES = \
This page took 0.065213 seconds and 4 git commands to generate.