public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files: ntp-4.2.6-linking.patch
@ 2009-12-15 12:52 Diego Petteno (flameeyes)
  0 siblings, 0 replies; only message in thread
From: Diego Petteno (flameeyes) @ 2009-12-15 12:52 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/12/15 12:52:33

  Modified:             ntp-4.2.6-linking.patch
  Log:
  Further fix the linking patch to link fine with USE=readline/libedit as well.
  (Portage version: 2.2_rc59/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  net-misc/ntp/files/ntp-4.2.6-linking.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp-4.2.6-linking.patch?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp-4.2.6-linking.patch?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/ntp/files/ntp-4.2.6-linking.patch?r1=1.1&r2=1.2

Index: ntp-4.2.6-linking.patch
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntp-4.2.6-linking.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ntp-4.2.6-linking.patch	14 Dec 2009 18:47:12 -0000	1.1
+++ ntp-4.2.6-linking.patch	15 Dec 2009 12:52:33 -0000	1.2
@@ -22,8 +22,8 @@
  # LDADD might need RESLIB and ADJLIB
 -ntpdc_LDADD = version.o @LCRYPTO@ @EDITLINE_LIBS@ $(LIBOPTS_LDADD) \
 -		../libntp/libntp.a
-+ntpdc_LDADD = version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) \
-+		../libntp/libntp.a @LCRYPTO@
++ntpdc_LDADD = version.o $(LIBOPTS_LDADD) \
++		../libntp/libntp.a @LCRYPTO@ @EDITLINE_LIBS@
  
  # ntpdc-layout doesn't need any additional libraries at all
  ntpdc_layout_LDADD = 
@@ -35,8 +35,8 @@
  # LDADD might need RESLIB and ADJLIB
 -ntpq_LDADD = version.o @LCRYPTO@ @EDITLINE_LIBS@ $(LIBOPTS_LDADD) \
 -		../libntp/libntp.a
-+ntpq_LDADD = version.o @EDITLINE_LIBS@ $(LIBOPTS_LDADD) \
-+		../libntp/libntp.a @LCRYPTO@
++ntpq_LDADD = version.o $(LIBOPTS_LDADD) \
++		../libntp/libntp.a @LCRYPTO@ @EDITLINE_LIBS@
  
  noinst_HEADERS = ntpq.h
  noinst_LIBRARIES = libntpq.a






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-15 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-15 12:52 [gentoo-commits] gentoo-x86 commit in net-misc/ntp/files: ntp-4.2.6-linking.patch Diego Petteno (flameeyes)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox