]> git.pld-linux.org Git - packages/uriparser.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 23 Apr 2007 22:24:44 +0000 (22:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    uriparser-libtool.patch -> 1.2

uriparser-libtool.patch [deleted file]

diff --git a/uriparser-libtool.patch b/uriparser-libtool.patch
deleted file mode 100644 (file)
index a3c59e7..0000000
+++ /dev/null
@@ -1,45 +0,0 @@
-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.076722 seconds and 4 git commands to generate.