]> git.pld-linux.org Git - packages/nss_db.git/blob - nss_db-makedb-shared.patch
- don't touch configs by your own fantasies
[packages/nss_db.git] / nss_db-makedb-shared.patch
1 --- nss_db-2.2.3pre1/src/libnss_db.map~ 2010-02-23 13:09:05.000000000 +0200
2 +++ nss_db-2.2.3pre1/src/libnss_db.map  2010-02-23 13:09:08.098884892 +0200
3 @@ -14,6 +14,8 @@
4      _nss_db_setaliasent; _nss_db_setetherent; _nss_db_setgrent;
5      _nss_db_setnetgrent; _nss_db_setprotoent; _nss_db_setpwent;
6      _nss_db_setrpcent; _nss_db_setservent; _nss_db_setspent;
7 -  local:
8 -    *;
9 +};
10 +NSSDB_PRIVATE {
11 +  global:
12 +    *_nssdb;
13  };
14 --- nss_db-2.2.3pre1/src/Makefile.am~   2010-02-23 13:11:23.000000000 +0200
15 +++ nss_db-2.2.3pre1/src/Makefile.am    2010-02-23 13:11:32.562202953 +0200
16 @@ -30,7 +30,7 @@
17  
18  bin_PROGRAMS = makedb
19  makedb_SOURCES = makedb.c
20 -makedb_LDADD = db-compat.lo @DB_LIBS@ @SELINUX_LIBS@ @INTLLIBS@
21 +makedb_LDADD = db-compat.lo libnss_db.la @SELINUX_LIBS@ @INTLLIBS@
22  
23  # To mimmick the old glibc installation as closely as possible, we
24  # shuffle the installed library and the links to it around a bit,
This page took 0.02911 seconds and 4 git commands to generate.