diff options
author | Orion Poplawski <orion@cora.nwra.com> | 2013-07-19 19:25:05 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2013-07-19 19:26:23 +0200 |
commit | 9113131a7d3ff7e6ec922b45c6bc9b08af4e7880 (patch) | |
tree | eddd3e4e9601b3855363d25dae936a0f3c468a4a /debian/roll-tarballs.sh | |
parent | d90c457c4dd216c1baa11c8d1a991e21e83562bf (diff) | |
download | nx-libs-9113131a7d3ff7e6ec922b45c6bc9b08af4e7880.tar.gz nx-libs-9113131a7d3ff7e6ec922b45c6bc9b08af4e7880.tar.bz2 nx-libs-9113131a7d3ff7e6ec922b45c6bc9b08af4e7880.zip |
Change build options so that bundled libraries are not used anymore at build time. Remove bundled libraries from rolled tarballs, as well. (Fixes: #116, #238).
Diffstat (limited to 'debian/roll-tarballs.sh')
-rwxr-xr-x | debian/roll-tarballs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/roll-tarballs.sh b/debian/roll-tarballs.sh index fd36b281d..7c1fc67e2 100755 --- a/debian/roll-tarballs.sh +++ b/debian/roll-tarballs.sh @@ -133,6 +133,10 @@ test -f replace.sh || test -f debian/Makefile.replace.sh && cp -v debian/Makefil # remove folders that we do not want to roll into the tarball rm -Rf ".pc/" rm -Rf "debian/" +# bundled libraries we do not need +rm -Rf nx-X11/extras/{drm,expat,fontconfig,freetype2,fonts,ogl-sample,regex,rman,ttf2pt1,x86emu,zlib} +rm -Rf nx-X11/lib/{expat,fontconfig,fontenc,font/FreeType,font/include/fontenc.h,freetype2,regex,zlib} + # remove files, that we do not want in the tarballs (build cruft) rm -Rf nx*/configure nx*/autom4te.cache* |