diff options
| author | Felix Fietkau | 2006-10-14 22:18:00 +0000 |
|---|---|---|
| committer | Felix Fietkau | 2006-10-14 22:18:00 +0000 |
| commit | cb76aed09ee30d6e517ffa628ea24b20b5e2ce5a (patch) | |
| tree | cac9411e551386ec52f66fc90660d55789be63de | |
| parent | 86a4e3903e1077b13c0cedf726f65253a1a1e06b (diff) | |
| download | archive-cb76aed09ee30d6e517ffa628ea24b20b5e2ce5a.tar.gz | |
compile fix
SVN-Revision: 5098
| -rw-r--r-- | libs/postgresql/patches/200-ranlib.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/postgresql/patches/200-ranlib.patch b/libs/postgresql/patches/200-ranlib.patch new file mode 100644 index 0000000000..7029b09954 --- /dev/null +++ b/libs/postgresql/patches/200-ranlib.patch @@ -0,0 +1,10 @@ +--- postgresql.old/src/port/Makefile Sun Oct 15 00:09:57 2006 ++++ postgresql.dev/src/port/Makefile Sun Oct 15 00:10:05 2006 +@@ -21,6 +21,7 @@ + + libpgport.a: $(LIBOBJS) + $(AR) $(AROPT) $@ $^ ++ $(RANLIB) libpgport.a + + thread.o: thread.c + $(CC) $(CFLAGS) $(CPPFLAGS) $(THREAD_CPPFLAGS) -c $< |