get ride of MOGNU_SHARED_LIBS and LIBpqxx_ALIAS.

inputs and ok steven@ alek@
This commit is contained in:
aanriot 2006-01-08 22:02:20 +00:00
parent 2ff03d5e7b
commit 1b72ec7421
2 changed files with 7 additions and 13 deletions

View File

@ -1,12 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2005/12/26 21:32:01 sturm Exp $
# $OpenBSD: Makefile,v 1.3 2006/01/08 22:02:20 aanriot Exp $
COMMENT= "C++ client API for PostgreSQL"
DISTNAME= libpqxx-2.5.3
CATEGORIES= databases
SHARED_LIBS= pqxx 0.0
MODGNU_SHARED_LIBS=pqxx ''
LIBpqxx_ALIAS= realpqxx
HOMEPAGE= http://gborg.postgresql.org/project/libpqxx/

View File

@ -1,16 +1,12 @@
$OpenBSD: patch-src_Makefile_in,v 1.2 2005/12/26 21:32:01 sturm Exp $
--- src/Makefile.in.orig Thu May 19 10:22:36 2005
+++ src/Makefile.in Mon Dec 26 21:44:11 2005
@@ -214,10 +214,10 @@ libpqxx_la_SOURCES = binarystring.cxx \
$OpenBSD: patch-src_Makefile_in,v 1.3 2006/01/08 22:02:20 aanriot Exp $
--- src/Makefile.in.orig Sun Jan 8 18:32:45 2006
+++ src/Makefile.in Sun Jan 8 18:33:09 2006
@@ -214,7 +214,7 @@ libpqxx_la_SOURCES = binarystring.cxx \
# Uncomment to build an unversioned library (version in soname)
-libpqxx_version = -release $(PQXXVERSION)
+# libpqxx_version = -release $(PQXXVERSION)
+#libpqxx_version = -release $(PQXXVERSION)
# Uncomment to build a versioned library
#libpqxx_version = -version-info $(ABI_CURRENT):$(ABI_REVISION):$(ABI_AGE)
-libpqxx_la_LDFLAGS = $(libpqxx_version) \
+libpqxx_la_LDFLAGS = ${librealpqxx_la_LDFLAGS} \
-rpath $(libdir) \
${POSTGRES_LIB}
libpqxx_la_LDFLAGS = $(libpqxx_version) \