ports/www/mod_auth_pubtkt/files/patch-src__Makefile
Philip M. Gollucci 9cfaeb0480 - Update to 0.6
PR:             ports/147101
Submitted by:   pgollucci@ (myself)
Approved by:    mk@neon1.net (maintainer)
2010-06-07 01:56:06 +00:00

11 lines
363 B
Text

--- ./src/Makefile.orig 2010-05-26 18:53:55.551506119 -0400
+++ ./src/Makefile 2010-05-26 18:54:21.855222621 -0400
@@ -9,7 +9,7 @@
$(APXS) -c -Wc,"-Wall -ansi $(CFLAGS)" -Wl,"$(LDFLAGS)" -l crypto $(MOD).c
install: $(TARGET)
- $(APXS) -i $(TARGET)
+ $(APXS) -i -a -n auth_pubtkt $(TARGET)
clean:
-rm -f $(MOD).o $(MOD).so $(MOD).la $(MOD).lo $(MOD).slo