Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37842083
en ru br
ALT Linux repositórios
S:1.1.3-alt1

Group :: Desenvolvimento/C++
RPM: metrohash

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: metrohash-1.1.3-alt1.patch
Download


 Makefile | 7 +++++++
 1 file changed, 7 insertions(+)
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..14d35ad
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,7 @@
+CXXFLAGS+=-Wall -pedantic -fPIC
+LDFLAGS+=-shared -Wl,-as-needed -Wl,-soname,libmetrohash.so.1
+
+all:
+	$(CXX) src/metrohash64.cpp src/metrohash128.cpp $(CXXFLAGS) $(LDFLAGS) -o libmetrohash.so.1.0
+	ln -sf libmetrohash.so.1.0 libmetrohash.so.1
+	ln -sf libmetrohash.so.1.0 libmetrohash.so
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009