mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: stray dot in freetds configure on OSX (was Re: Freetds (was Re: [Min


From: Mark Brand
Subject: Re: stray dot in freetds configure on OSX (was Re: Freetds (was Re: [Mingw-cross-env-list] changes pushed))
Date: Sun, 12 Sep 2010 22:59:27 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100824 SUSE/3.1.3 Thunderbird/3.1.3


diff -r ffaeb3439286 src/freetds.mk
--- a/src/freetds.mk    Sat Sep 11 21:03:14 2010 +0200
+++ b/src/freetds.mk    Sun Sep 12 07:27:39 2010 +1000
@@ -21,6 +21,7 @@
  endef

  define $(PKG)_BUILD
+    $(SED) -i 's,echo -n,printf,' '$(1)/configure.ac'
     cd '$(1)'&&  NOCONFIGURE=true ./autogen.sh
     cd '$(1)'&&  $(LIBTOOLIZE)


But I haven't tested it on other systems. Some other options may be
setting SHELL or CONFIG_SHELL, I'll look at it tomorrow.
I've tried various other things, but the printf replacement seems to
be the only one that works. It works on FreeBSD and Ubuntu also, so it
should be safe to change.


Works for me too on openSUSE.

Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]