splix: rebuild

This commit is contained in:
suvari
2022-03-12 01:15:40 +03:00
parent 45070e18a4
commit 3967ec4926
2 changed files with 26 additions and 0 deletions
@@ -0,0 +1,18 @@
diff -up splix/rules.mk.ldflags splix/rules.mk
--- splix/rules.mk.ldflags 2018-03-02 16:27:57.144794476 +0100
+++ splix/rules.mk 2018-03-02 16:29:01.268292764 +0100
@@ -6,12 +6,12 @@
$(rastertoqpdl_TARGET): $(rastertoqpdl_OBJ)
$(call printCmd, $(cmd_link))
- $(Q)g++ -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) \
+ $(Q)g++ -o $@ $^ $(rastertoqpdl_CXXFLAGS) $(rastertoqpdl_LDFLAGS) $(LDFLAGS) \
$(rastertoqpdl_LIBS)
$(pstoqpdl_TARGET): $(pstoqpdl_OBJ)
$(call printCmd, $(cmd_link))
- $(Q)g++ -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) \
+ $(Q)g++ -o $@ $^ $(pstoqpdl_CXXFLAGS) $(pstoqpdl_LDFLAGS) $(LDFLAGS) \
$(pstoqpdl_LIBS)
.PHONY: install installcms
+8
View File
@@ -24,6 +24,7 @@
<!-- <Patch level="1">splix-nostrip.patch</Patch> -->
<Patch level="0">install-english-only.patch</Patch>
<Patch>splix-deviceID.patch</Patch>
<Patch>splix-ldflags.patch</Patch>
</Patches>
</Source>
@@ -42,6 +43,13 @@
</Package>
<History>
<Update release="7">
<Date>2022-03-12</Date>
<Version>2.0.1</Version>
<Comment>Rebuild New T.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="6">
<Date>2021-03-14</Date>
<Version>2.0.1</Version>