Skip to content

Instantly share code, notes, and snippets.

@shalk
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shalk/4bd836760694e923cf1c to your computer and use it in GitHub Desktop.
Save shalk/4bd836760694e923cf1c to your computer and use it in GitHub Desktop.
dbm patch for install perl 5.20.0 on SLES 11 SP3 ; thanks to http://www.techsutram.com/2011/02/opensuse-113-and-compiling-perl-5123.html; usage :patch -p0 < dbm.patch
--- /usr/include/dbm.h 2009-02-21 14:52:33.000000000 +0800
+++ /usr/include/dbm.h.pacthed 2014-12-01 20:35:59.000000000 +0800
@@ -59,4 +59,4 @@
extern datum nextkey __P((datum key));
-extern int dbmclose __P((DBM *));
+extern int dbmclose __P((void));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment