diff options
Diffstat (limited to 'net-irc/ircservices/files/ircservices-5.1.24-ldflags.patch')
-rw-r--r-- | net-irc/ircservices/files/ircservices-5.1.24-ldflags.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-irc/ircservices/files/ircservices-5.1.24-ldflags.patch b/net-irc/ircservices/files/ircservices-5.1.24-ldflags.patch deleted file mode 100644 index b4041cd74a27..000000000000 --- a/net-irc/ircservices/files/ircservices-5.1.24-ldflags.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -r e10ae0e7b778 modules/Makerules ---- a/modules/Makerules Tue Jun 21 00:44:38 2011 -0400 -+++ b/modules/Makerules Tue Jun 21 13:00:07 2011 -0400 -@@ -104,7 +104,7 @@ - - # Compile one or more objects into a dynamic module. - $(TARGET).so: $(TARGET).o $(OBJECTS) -- $(CC_SHARED) $^ -o $@ -+ $(CC_SHARED) $(CFLAGS) $(LFLAGS) $^ -o $@ - - # Compile one or more objects into a static module and generate a symbol - # list. The .a file we create here is just a placeholder to show that |