diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-27 22:18:17 +0100 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-11-27 22:18:17 +0100 |
commit | 484efc37f422abebecfa0953eb25a502e85f1840 (patch) | |
tree | d989a5888b7cf583d690af4d8911443cee929c78 /ucspi-tcp6-deb/debian/patches | |
parent | 94e7ec2e703247f5e41641c95c825919e8a66b4b (diff) |
migrated ucspi-tcp6 to the debian directory format
Diffstat (limited to 'ucspi-tcp6-deb/debian/patches')
-rw-r--r-- | ucspi-tcp6-deb/debian/patches/000-conf.patch | 21 | ||||
-rw-r--r-- | ucspi-tcp6-deb/debian/patches/series | 2 |
2 files changed, 23 insertions, 0 deletions
diff --git a/ucspi-tcp6-deb/debian/patches/000-conf.patch b/ucspi-tcp6-deb/debian/patches/000-conf.patch new file mode 100644 index 0000000..17d86e7 --- /dev/null +++ b/ucspi-tcp6-deb/debian/patches/000-conf.patch @@ -0,0 +1,21 @@ +Author: Jannis M. Hoffmann +Description: Adjust build configuration so that the `configure' step creates conf-XX files. + +--- /dev/null ++++ ucspi-tcp6-deb/ucspi-tcp6/ucspi-tcp6-1.13.00/src/home +@@ -0,0 +0,1 @@ ++ + +--- ucspi-tcp6-deb/ucspi-tcp6/ucspi-tcp6-1.13.00/conf-cc ++++ /dev/null +@@ -0,3 +0,0 @@ +-cc -O2 -g -Wall -I`head -1 ../conf-qlibs`/include +- +-This will be used to compile .c files. + +--- ucspi-tcp6-deb/ucspi-tcp6/ucspi-tcp6-1.13.00/conf-ld ++++ /dev/null +@@ -0,3 +0,0 @@ +-cc -s -L`head -1 ../conf-qlibs` +- +-This will be used to link .o files into an executable. diff --git a/ucspi-tcp6-deb/debian/patches/series b/ucspi-tcp6-deb/debian/patches/series new file mode 100644 index 0000000..97ee046 --- /dev/null +++ b/ucspi-tcp6-deb/debian/patches/series @@ -0,0 +1,2 @@ +# You must remove unused comment lines for the released package. +000-conf.patch
\ No newline at end of file |