]> git.pld-linux.org Git - packages/libevent.git/commitdiff
- fix internal linking
authorsparky <sparky@pld-linux.org>
Thu, 6 Jan 2011 21:04:00 +0000 (21:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libevent-link.patch -> 1.1

libevent-link.patch [new file with mode: 0644]

diff --git a/libevent-link.patch b/libevent-link.patch
new file mode 100644 (file)
index 0000000..49bdce4
--- /dev/null
@@ -0,0 +1,11 @@
+--- libevent-1.4.14b-stable/Makefile.am~       2010-06-20 15:06:04.000000000 +0200
++++ libevent-1.4.14b-stable/Makefile.am        2011-01-06 21:59:18.796428618 +0100
+@@ -127,7 +127,7 @@
+ libevent_core_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
+ libevent_extra_la_SOURCES = $(EXTRA_SRC)
+-libevent_extra_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS)
++libevent_extra_la_LIBADD = @LTLIBOBJS@ $(SYS_LIBS) libevent.la
+ libevent_extra_la_LDFLAGS = -release $(RELEASE) -version-info $(VERSION_INFO)
+ include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h
This page took 0.104163 seconds and 4 git commands to generate.