diff options
author | David Tardon <dtardon@redhat.com> | 2012-04-13 15:49:11 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-04-13 15:50:03 +0200 |
commit | 6bc4d28845db8d63faeaa9eac4ce7364f37e4d2e (patch) | |
tree | c7cebcb309f8a2d27f59cb04bd3aa51346697bb7 | |
parent | 8b6fade3b1c24f5442d409cc1bb5ccc8899b0cdf (diff) |
change redland dllnames on windows too
-rw-r--r-- | redland/raptor/raptor-1.4.18.patch.dmake | 2 | ||||
-rw-r--r-- | redland/rasqal/rasqal-0.9.16.patch.dmake | 2 | ||||
-rw-r--r-- | redland/redland/redland-1.0.8.patch.dmake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/redland/raptor/raptor-1.4.18.patch.dmake b/redland/raptor/raptor-1.4.18.patch.dmake index b0172754d8f1..c81ed838be8c 100644 --- a/redland/raptor/raptor-1.4.18.patch.dmake +++ b/redland/raptor/raptor-1.4.18.patch.dmake @@ -104,7 +104,7 @@ +SHL1USE_EXPORTS=name + +#SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -+SHL1TARGET= $(TARGET) ++SHL1TARGET= $(TARGET)-lo +SHL1IMPLIB= lib$(TARGET) + +#SHL1VERSIONMAP=../service/exports.map diff --git a/redland/rasqal/rasqal-0.9.16.patch.dmake b/redland/rasqal/rasqal-0.9.16.patch.dmake index 6795eb95c43d..9d36867f2a1a 100644 --- a/redland/rasqal/rasqal-0.9.16.patch.dmake +++ b/redland/rasqal/rasqal-0.9.16.patch.dmake @@ -78,7 +78,7 @@ +SHL1USE_EXPORTS=name + +#SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -+SHL1TARGET= $(TARGET) ++SHL1TARGET= $(TARGET)-lo +SHL1IMPLIB= lib$(TARGET) + +#SHL1VERSIONMAP=../service/exports.map diff --git a/redland/redland/redland-1.0.8.patch.dmake b/redland/redland/redland-1.0.8.patch.dmake index 34ba51d1c29a..2611fb1eadba 100644 --- a/redland/redland/redland-1.0.8.patch.dmake +++ b/redland/redland/redland-1.0.8.patch.dmake @@ -92,7 +92,7 @@ +SHL1OBJS= $(SLOFILES) + +#SHL1TARGET= $(TARGET)$(DLLPOSTFIX) -+SHL1TARGET= $(TARGET) ++SHL1TARGET= $(TARGET)-lo +SHL1IMPLIB= $(TARGET) +SHL1USE_EXPORTS=name + |