Drop the backported link ordering patch
Now that we're past the v0.2 release tag, there is no need to backport the patch.
This commit is contained in:
21
debian/patches/0001-Fix-linking-in-OBS.patch
vendored
21
debian/patches/0001-Fix-linking-in-OBS.patch
vendored
@@ -1,21 +0,0 @@
|
|||||||
From: KottV <kv@kott.no-ip.biz>
|
|
||||||
Date: Wed, 16 Mar 2022 09:11:07 +1000
|
|
||||||
Subject: Fix linking in OBS
|
|
||||||
|
|
||||||
Fixes #5.
|
|
||||||
|
|
||||||
(cherry picked from commit c7881dfae9635b99c16ae4b37db19c847cfed115)
|
|
||||||
---
|
|
||||||
src/Makefile | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/src/Makefile b/src/Makefile
|
|
||||||
index b0173d8..d42124e 100644
|
|
||||||
--- a/src/Makefile
|
|
||||||
+++ b/src/Makefile
|
|
||||||
@@ -51,4 +51,4 @@ $(DEPFILES):
|
|
||||||
include $(wildcard $(DEPFILES))
|
|
||||||
|
|
||||||
$(TARGET): $(OBJS)
|
|
||||||
- cc ${LDFLAGS} -lm -o $(TARGET) $(OBJS)
|
|
||||||
+ cc -o $(TARGET) $(OBJS) ${LDFLAGS} -lm
|
|
||||||
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@@ -1 +0,0 @@
|
|||||||
0001-Fix-linking-in-OBS.patch
|
|
||||||
Reference in New Issue
Block a user