summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-06-02 00:11:21 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-06-02 00:11:21 +0200
commit90bff25c39508a14b3b0763799b10716bf7b8433 (patch)
tree83f3721a1e868792582073fe37de7617962d9ac8 /package
parenta1188796cf475b3791f9b6f66a04c14b12791a12 (diff)
do not call ldconfig when cross-compiling
Diffstat (limited to 'package')
-rw-r--r--package/libpri/patches/patch-Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libpri/patches/patch-Makefile b/package/libpri/patches/patch-Makefile
new file mode 100644
index 000000000..e7e553e4a
--- /dev/null
+++ b/package/libpri/patches/patch-Makefile
@@ -0,0 +1,10 @@
+--- libpri-1.4.10.2.orig/Makefile 2008-08-06 20:20:51.000000000 +0200
++++ libpri-1.4.10.2/Makefile 2010-05-29 09:55:08.750000000 +0200
+@@ -146,7 +146,6 @@ $(STATIC_LIBRARY): $(STATIC_OBJS)
+
+ $(DYNAMIC_LIBRARY): $(DYNAMIC_OBJS)
+ $(CC) -shared $(SOFLAGS) -o $@ $(DYNAMIC_OBJS)
+- $(LDCONFIG) $(LDCONFIG_FLAGS) .
+ ln -sf libpri.so.$(SONAME) libpri.so
+
+ version.c: FORCE