]> git.pld-linux.org Git - packages/dchub.git/commitdiff
- fix missing extern for global var auto/th/dchub-0.5.2-20
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 9 May 2021 09:58:06 +0000 (11:58 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 9 May 2021 09:58:06 +0000 (11:58 +0200)
- rel 20

dchub.spec
missing-extern.patch [new file with mode: 0644]

index 7823ba28df93984c1743f19f3cf13398cf9f3821..fff2c7d776b072f5014bf23bd02aa1e06c4c979b 100644 (file)
@@ -2,7 +2,7 @@ Summary:        Direct Connect Hub
 Summary(pl.UTF-8):     Serwer Direct Connect
 Name:          dchub
 Version:       0.5.2
-Release:       19
+Release:       20
 License:       GPL
 Group:         Applications/Communications
 Source0:       http://ac2i.homelinux.com/dctc/%{name}-%{version}.tar.gz
@@ -14,6 +14,7 @@ Patch3:               %{name}-pic.patch
 Patch4:                am.patch
 Patch5:                format-security.patch
 Patch6:                trampoline.patch
+Patch7:                missing-extern.patch
 URL:           http://ac2i.homelinux.com/dctc/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -48,6 +49,7 @@ dchub jest hubem sieci direct connect służącej do wymiany plików.
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
 
 %build
 %{__aclocal}
diff --git a/missing-extern.patch b/missing-extern.patch
new file mode 100644 (file)
index 0000000..dac8104
--- /dev/null
@@ -0,0 +1,11 @@
+--- dchub-0.5.2/src/hub_passwd.h~      2003-02-25 15:43:16.000000000 +0100
++++ dchub-0.5.2/src/hub_passwd.h       2021-05-09 11:57:20.482877978 +0200
+@@ -35,7 +35,7 @@
+ /**************************/
+ /* hub password LMP entry */
+ /**************************/
+-LMP_ENTRY *hp_lmp;
++extern LMP_ENTRY *hp_lmp;
+ /****************************/
+ /* HUB_PASS_ROW entry_flags */
This page took 0.037186 seconds and 4 git commands to generate.