diff options
Diffstat (limited to 'data/dpkg')
-rw-r--r-- | data/dpkg/make.sh | 4 | ||||
-rw-r--r-- | data/dpkg/telesphoreo.diff | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/data/dpkg/make.sh b/data/dpkg/make.sh index 9b4d86a95..1626f8178 100644 --- a/data/dpkg/make.sh +++ b/data/dpkg/make.sh @@ -1,6 +1,4 @@ -pkg:extract -cd * -pkg:patch +pkg:setup autoconf cp -a getopt/obstack.[ch] lib pkg:configure --with-admindir=/var/lib/dpkg --without-start-stop-daemon --without-dselect --disable-nls --sysconfdir=/etc --disable-linker-optimisations diff --git a/data/dpkg/telesphoreo.diff b/data/dpkg/telesphoreo.diff new file mode 100644 index 000000000..a3b84c389 --- /dev/null +++ b/data/dpkg/telesphoreo.diff @@ -0,0 +1,11 @@ +diff -ru dpkg-1.13.25/ostable dpkg-1.13.25+iPhone/ostable +--- dpkg-1.13.25/ostable 2006-06-21 13:33:54.000000000 +0000 ++++ dpkg-1.13.25+iPhone/ostable 2008-04-11 16:12:36.000000000 +0000 +@@ -14,6 +14,7 @@ + # + # <Debian name> <GNU name> <config.guess regex> + linux linux-gnu linux[^-]*(-gnu.*)? ++iphoneos darwin9 darwin9 + darwin darwin darwin[^-]* + freebsd freebsd freebsd[^-]* + kfreebsd kfreebsd-gnu kfreebsd[^-]*(-gnu.*)? |