Mageia Bugzilla – Attachment 2569 Details for
Bug 6814
ldconfig spits a postfix error while un/installing packages via the CL & urpmi
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch against the mgarepo checkout to fix the problem.
postfix-mgarepo.patch (text/plain), 968 bytes, created by
Shlomi Fish
on 2012-07-20 12:28:49 CEST
(
hide
)
Description:
Patch against the mgarepo checkout to fix the problem.
Filename:
MIME Type:
Creator:
Shlomi Fish
Created:
2012-07-20 12:28:49 CEST
Size:
968 bytes
patch
obsolete
>Index: SOURCES/postfix-2.9.1-dynamicmaps.diff >=================================================================== >--- SOURCES/postfix-2.9.1-dynamicmaps.diff (revision 272797) >+++ SOURCES/postfix-2.9.1-dynamicmaps.diff (working copy) >@@ -1094,3 +1094,28 @@ > rm -rf printfck > > tidy: clean >+--- postfix-2.9.3/src/xsasl/Makefile.in.bero 2012-05-21 12:26:50.182944116 +0200 >++++ postfix-2.9.3/src/xsasl/Makefile.in 2012-05-21 12:27:16.053944691 +0200 >+@@ -18,7 +18,7 @@ LIB_DIR = ../../lib >+ INC_DIR = ../../include >+ MAKES = >+ >+-.c.o:; $(CC) $(CFLAGS) -c $*.c >++.c.o:; $(CC) -fPIC $(CFLAGS) -c $*.c >+ >+ all: $(LIB) >+ >+@@ -34,12 +34,10 @@ tests: >+ root_tests: >+ >+ $(LIB): $(OBJS) >+- $(AR) $(ARFL) $(LIB) $? >+- $(RANLIB) $(LIB) >++ $(CC) -shared -Wl,-soname,libpostfix-xsasl.so.1 -o $(LIB) $(OBJS) $(LIBS) $(SYSLIBS) >+ >+ $(LIB_DIR)/$(LIB): $(LIB) >+ cp $(LIB) $(LIB_DIR) >+- $(RANLIB) $(LIB_DIR)/$(LIB) >+ >+ update: $(LIB_DIR)/$(LIB) $(HDRS) >+ -for i in $(HDRS); \
Index: SOURCES/postfix-2.9.1-dynamicmaps.diff =================================================================== --- SOURCES/postfix-2.9.1-dynamicmaps.diff (revision 272797) +++ SOURCES/postfix-2.9.1-dynamicmaps.diff (working copy) @@ -1094,3 +1094,28 @@ rm -rf printfck tidy: clean +--- postfix-2.9.3/src/xsasl/Makefile.in.bero 2012-05-21 12:26:50.182944116 +0200 ++++ postfix-2.9.3/src/xsasl/Makefile.in 2012-05-21 12:27:16.053944691 +0200 +@@ -18,7 +18,7 @@ LIB_DIR = ../../lib + INC_DIR = ../../include + MAKES = + +-.c.o:; $(CC) $(CFLAGS) -c $*.c ++.c.o:; $(CC) -fPIC $(CFLAGS) -c $*.c + + all: $(LIB) + +@@ -34,12 +34,10 @@ tests: + root_tests: + + $(LIB): $(OBJS) +- $(AR) $(ARFL) $(LIB) $? +- $(RANLIB) $(LIB) ++ $(CC) -shared -Wl,-soname,libpostfix-xsasl.so.1 -o $(LIB) $(OBJS) $(LIBS) $(SYSLIBS) + + $(LIB_DIR)/$(LIB): $(LIB) + cp $(LIB) $(LIB_DIR) +- $(RANLIB) $(LIB_DIR)/$(LIB) + + update: $(LIB_DIR)/$(LIB) $(HDRS) + -for i in $(HDRS); \
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 6814
:
2564
| 2569