]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/commitdiff
- add destdir support and change lib name
authorPaweł Gołaszewski <blues@pld-linux.org>
Fri, 10 Aug 2001 19:13:19 +0000 (19:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_ldap-makefile.patch -> 1.1
    apache1-mod_auth_ldap-makefile.patch -> 1.1

apache-mod_auth_ldap-makefile.patch [new file with mode: 0644]
apache1-mod_auth_ldap-makefile.patch [new file with mode: 0644]

diff --git a/apache-mod_auth_ldap-makefile.patch b/apache-mod_auth_ldap-makefile.patch
new file mode 100644 (file)
index 0000000..3b418af
--- /dev/null
@@ -0,0 +1,32 @@
+--- ./Makefile.in.orig Fri Aug 10 21:03:22 2001
++++ ./Makefile.in      Fri Aug 10 21:07:45 2001
+@@ -14,7 +14,7 @@
+ AIX_LDFLAGS_SHLIB=@AIX_LDFLAGS_SHLIB@
+ MYCC=@MYCC@
+-all: auth_ldap.so
++all: mod_auth_ldap.so
+ html: FAQ.html Changes.html auth_ldap.html
+@@ -27,7 +27,7 @@
+ LD_SHLIB=`$(APXS) -q LD_SHLIB`
+ LDFLAGS_SHLIB=$(EXTRA_LDFLAGS) `$(APXS) -q LDFLAGS_SHLIB` $(AIX_LDFLAGS_SHLIB)
+-auth_ldap.so: $(OBJS) $(AIX_EXP)
++mod_auth_ldap.so: $(OBJS) $(AIX_EXP)
+       @echo $(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS)
+       @$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS) 
+@@ -46,8 +46,9 @@
+       cd .. && tar cvzf $$tar $$dirname/ --exclude-from=/tmp/excl.$$$$; \
+       rm -f /tmp/excl.$$$$
+-install: auth_ldap.so
+-      $(APXS) -i $(ACTIVATE) auth_ldap.so
++install: mod_auth_ldap.so
++      mkdir -p $(DESTDIR)/usr/lib/apache
++      install $< $(DESTDIR)/usr/lib/apache
+ clean:
+       rm -f *.so *.o *~ core $(AIX_EXP) TAGS 
diff --git a/apache1-mod_auth_ldap-makefile.patch b/apache1-mod_auth_ldap-makefile.patch
new file mode 100644 (file)
index 0000000..3b418af
--- /dev/null
@@ -0,0 +1,32 @@
+--- ./Makefile.in.orig Fri Aug 10 21:03:22 2001
++++ ./Makefile.in      Fri Aug 10 21:07:45 2001
+@@ -14,7 +14,7 @@
+ AIX_LDFLAGS_SHLIB=@AIX_LDFLAGS_SHLIB@
+ MYCC=@MYCC@
+-all: auth_ldap.so
++all: mod_auth_ldap.so
+ html: FAQ.html Changes.html auth_ldap.html
+@@ -27,7 +27,7 @@
+ LD_SHLIB=`$(APXS) -q LD_SHLIB`
+ LDFLAGS_SHLIB=$(EXTRA_LDFLAGS) `$(APXS) -q LDFLAGS_SHLIB` $(AIX_LDFLAGS_SHLIB)
+-auth_ldap.so: $(OBJS) $(AIX_EXP)
++mod_auth_ldap.so: $(OBJS) $(AIX_EXP)
+       @echo $(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS)
+       @$(LD_SHLIB) $(LDFLAGS_SHLIB) -o $@ $(OBJS) $(LIBS) 
+@@ -46,8 +46,9 @@
+       cd .. && tar cvzf $$tar $$dirname/ --exclude-from=/tmp/excl.$$$$; \
+       rm -f /tmp/excl.$$$$
+-install: auth_ldap.so
+-      $(APXS) -i $(ACTIVATE) auth_ldap.so
++install: mod_auth_ldap.so
++      mkdir -p $(DESTDIR)/usr/lib/apache
++      install $< $(DESTDIR)/usr/lib/apache
+ clean:
+       rm -f *.so *.o *~ core $(AIX_EXP) TAGS 
This page took 0.077856 seconds and 4 git commands to generate.