Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > by-pkgid > 6b7361a98ffc071676dd1fd6bb588fd8 > files > 4

apache-mod_auth_kerb-5.3-7mdv2009.0.src.rpm

--- Makefile.in	2006-02-20 22:46:35.000000000 +0100
+++ Makefile.in.oden	2006-07-02 16:14:17.000000000 +0200
@@ -16,7 +16,8 @@
 all: src/mod_auth_kerb.so
 
 src/mod_auth_kerb.so: src/mod_auth_kerb.c $(SPNEGO_SRCS)
-	$(APXS) -c $(APXS_CPPFLAGS) $(APXS_CFLAGS) $(APXS_LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS)
+	$(APXS) -c $(APXS_CPPFLAGS) $(APXS_CFLAGS) $(APXS_LDFLAGS) \
+	-Wl,-export-symbols-regex -Wl,auth_kerb_module src/mod_auth_kerb.c $(SPNEGO_SRCS)
 
 install:
 	$(APXS) -c -i $(APXS_CPPFLAGS) $(APXS_CFLAGS) $(APXS_LDFLAGS) src/mod_auth_kerb.c $(SPNEGO_SRCS)