[svn-commits] qwell: branch 1.4 r1000 - /branches/1.4/Makefile

SVN commits to the Digium repositories svn-commits at lists.digium.com
Fri Aug 21 14:51:45 CDT 2009


Author: qwell
Date: Fri Aug 21 14:51:40 2009
New Revision: 1000

URL: http://svn.asterisk.org/svn-view/libpri?view=rev&rev=1000
Log:
Add -n to ldconfig on HURD too.

(closes issue #15130)
Reported by: tzafrir
Patches:
      osarch_hurd.diff uploaded by tzafrir (license 46)

Modified:
    branches/1.4/Makefile

Modified: branches/1.4/Makefile
URL: http://svn.asterisk.org/svn-view/libpri/branches/1.4/Makefile?view=diff&rev=1000&r1=999&r2=1000
==============================================================================
--- branches/1.4/Makefile (original)
+++ branches/1.4/Makefile Fri Aug 21 14:51:40 2009
@@ -89,7 +89,7 @@
 libdir?=$(INSTALL_BASE)/lib
 SOFLAGS:=-Wl,-h$(DYNAMIC_LIBRARY)
 LDCONFIG = /sbin/ldconfig
-ifneq (,$(findstring X$(OSARCH)X, XLinuxX XGNU/kFreeBSDX))
+ifneq (,$(findstring X$(OSARCH)X, XLinuxX XGNU/kFreeBSDX XGNUX))
 LDCONFIG_FLAGS=-n
 else
 ifeq (${OSARCH},FreeBSD)




More information about the svn-commits mailing list