diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-07 12:34:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-07 12:34:57 +0200 |
commit | d22b78be7b2b95ba028c6584e9ee5abb69a375cb (patch) | |
tree | 039da0ef61265cda4512279d36aea46c4670a715 /package/libpri/patches/patch-Makefile | |
parent | 702e216210d58f1301c80d4e55af5d29f813eb19 (diff) | |
parent | 2e2eee9052d2c487d7114818ca446c370dba7f49 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libpri/patches/patch-Makefile')
-rw-r--r-- | package/libpri/patches/patch-Makefile | 10 |
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 |