Commit Graph

10 Commits

Author SHA1 Message Date
jasper
9c1c353db1 - remove unnecessary NULL casts 2011-04-17 18:19:37 +00:00
espie
21c19df3ed preproc trick to avoid our getmntent when we define a static of the
same name.

Appeases gcc4
2010-05-19 13:45:15 +00:00
naddy
fd27939d96 * don't insert line breaks into the middle of multibyte chars
* USE_LIBTOOL
* don't use included libintl, force -liconv to workaround broken gettext test
2005-11-03 13:18:23 +00:00
pvalchev
4d9627f908 final round:
cast NULL sentinel to void * so it is 64bit on alpha & sparc64, use
NULL instead of '0' where appropriate.
2002-12-30 09:15:26 +00:00
pvalchev
8e7d7ab477 sync linenumbers, etc 2002-12-30 08:42:26 +00:00
espie
97150a8d92 apparently, linux expect ld.so to be able to fill back references to
program code from dynamic libraries.

This does not work on our ELF platforms. Just put the getmntent code inside
the one source file that needs it, as a static function so that it does not
show outside the library.
2002-04-07 00:31:55 +00:00
naddy
a4d27a9d20 Workaround to unbreak rpm2cpio.
From jasoni@, ultimately from FreeBSD.  ok espie@
2001-08-28 19:55:30 +00:00
brad
0cd74f484f libtool patches 2001-03-07 16:23:09 +00:00
espie
c93406f23e update to 3.0.6 (from kevlo@), and fix quite a few details I should
have fixed when I imported this port:
don't build rpm using -static, as we don't intend to use rpm to install
a new system (the configuration system of this port is stupid).
one thing leading to another: fix the usual libtool bug, fix the usual
gettext bug... fed up of GNU.
2000-12-06 09:45:02 +00:00
espie
ad1a64b3d9 port of rpm 3.0.4. Appears to work correctly so far.
Put into misc to mimic FreeBSD naming scheme.
Extra categories: archivers and emulators.
2000-06-12 18:49:41 +00:00